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