3 references to OPTID_IMPORTSUSINGNOPIA
Microsoft.VisualStudio.LanguageServices.CSharp (3)
ProjectSystemShim\CSharpProjectShim.ICSharpProjectSite.cs (2)
70
if (optionID is not CompilerOptions.OPTID_IMPORTS and not CompilerOptions.
OPTID_IMPORTSUSINGNOPIA
)
75
var embedInteropTypes = optionID == CompilerOptions.
OPTID_IMPORTSUSINGNOPIA
;
ProjectSystemShim\CSharpProjectShim.ICSharpVenusProjectSite.cs (1)
57
ProjectSystemProject.AddProjectReference(new ProjectReference(projectSite.ProjectSystemProject.Id, embedInteropTypes: optionID == CompilerOptions.
OPTID_IMPORTSUSINGNOPIA
));