2 references to LARGEST_OPTION_ID
Microsoft.VisualStudio.LanguageServices.CSharp (2)
ProjectSystemShim\CSharpProjectShim.ICSCompilerConfig.cs (1)
19return (int)CompilerOptions.LARGEST_OPTION_ID - 1;
ProjectSystemShim\CSharpProjectShim.OptionsProcessor.cs (1)
24private readonly object[] _options = new object[(int)CompilerOptions.LARGEST_OPTION_ID];