3 references to GetNullableBooleanOption
Microsoft.VisualStudio.LanguageServices.CSharp (3)
ProjectSystemShim\CSharpProjectShim.OptionsProcessor.cs (3)
75
var warningsAreErrors =
GetNullableBooleanOption
(CompilerOptions.OPTID_WARNINGSAREERRORS);
143
.WithDelaySign(
GetNullableBooleanOption
(CompilerOptions.OPTID_DELAYSIGN))
180
=>
GetNullableBooleanOption
(optionID).GetValueOrDefault(defaultValue: false);