resharper/resharper-unity/src/Unity.Rider/Resources/Strings.Designer.cs [19:38]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - static Strings() { CultureContextComponent.Instance.Change.Advise(Lifetime.Eternal, args => { var instance = args.HasNew ? args.New : null; if (instance != null) { ourResourceManager = new Lazy( () => { return instance .CreateResourceManager("JetBrains.ReSharper.Plugins.Unity.Rider.Resources.Strings", typeof(Strings).Assembly); }); } else { ourResourceManager = null; }; }); } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - resharper/resharper-unity/src/Unity/Resources/Strings.Designer.cs [19:38]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - static Strings() { CultureContextComponent.Instance.Change.Advise(Lifetime.Eternal, args => { var instance = args.HasNew ? args.New : null; if (instance != null) { ourResourceManager = new Lazy( () => { return instance .CreateResourceManager("JetBrains.ReSharper.Plugins.Unity.Resources.Strings", typeof(Strings).Assembly); }); } else { ourResourceManager = null; }; }); } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -