3 writes to _lazyIncludesNull
Microsoft.CodeAnalysis.CSharp (3)
Utilities\TypeUnionValueSet.cs (3)
151
_lazyIncludesNull
= true;
155
_lazyIncludesNull
= false;
164
_lazyIncludesNull
= result.GetValueOrDefault();
2 references to _lazyIncludesNull
Microsoft.CodeAnalysis.CSharp (2)
Utilities\TypeUnionValueSet.cs (2)
147
if (!
_lazyIncludesNull
.HasValue)
168
return
_lazyIncludesNull
.GetValueOrDefault();