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