3 references to GetBooleanOption
Microsoft.VisualStudio.LanguageServices.CSharp (3)
ProjectSystemShim\CSharpProjectShim.OptionsProcessor.cs (3)
138
return ((CSharpCompilationOptions)compilationOptions).WithAllowUnsafe(
GetBooleanOption
(CompilerOptions.OPTID_UNSAFE))
139
.WithOverflowChecks(
GetBooleanOption
(CompilerOptions.OPTID_CHECKED))
146
.WithOptimizationLevel(
GetBooleanOption
(CompilerOptions.OPTID_OPTIMIZATIONS) ? OptimizationLevel.Release : OptimizationLevel.Debug)