3 references to OPTID_IMPORTS
Microsoft.VisualStudio.LanguageServices.CSharp (3)
ProjectSystemShim\CSharpProjectShim.ICSharpProjectSite.cs (2)
64return OnImportAddedEx(filename, project, CompilerOptions.OPTID_IMPORTS); 69if (optionID is not CompilerOptions.OPTID_IMPORTS and not CompilerOptions.OPTID_IMPORTSUSINGNOPIA)
ProjectSystemShim\CSharpProjectShim.ICSharpVenusProjectSite.cs (1)
18=> AddReferenceToCodeDirectoryEx(assemblyFileName, project, CompilerOptions.OPTID_IMPORTS);