2 references to OPTID_UNSAFE
Microsoft.VisualStudio.LanguageServices.CSharp (2)
ProjectSystemShim\CSharpProjectShim.ICSCompilerConfig.cs (1)
35ProjectSystemProjectOptionsProcessor[CompilerOptions.OPTID_UNSAFE] = false;
ProjectSystemShim\CSharpProjectShim.OptionsProcessor.cs (1)
138return ((CSharpCompilationOptions)compilationOptions).WithAllowUnsafe(GetBooleanOption(CompilerOptions.OPTID_UNSAFE))