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