resharper/resharper-unity/src/Unity.Rider/Resources/Strings.Designer.cs [37:60]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - }); } private static Lazy ourResourceManager = null; [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static JetResourceManager ResourceManager { get { var resourceManager = ourResourceManager; if (resourceManager == null) { return ErrorJetResourceManager.Instance; } return resourceManager.Value; } } public static string Choice(string format, params object[] args) { var formatter = ResourceManager.ChoiceFormatter; if (formatter == null) return "???"; return string.Format(formatter, format, args); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - resharper/resharper-unity/src/Unity.Shaders/Resources/Strings.Designer.cs [35:58]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - }); } private static Lazy ourResourceManager = null; [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static JetResourceManager ResourceManager { get { var resourceManager = ourResourceManager; if (resourceManager == null) { return ErrorJetResourceManager.Instance; } return resourceManager.Value; } } public static string Choice(string format, params object[] args) { var formatter = ResourceManager.ChoiceFormatter; if (formatter == null) return "???"; return string.Format(formatter, format, args); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -