3 writes to _lazyIncludesNull
Microsoft.CodeAnalysis.CSharp (3)
Utilities\TypeUnionValueSet.cs (3)
150
_lazyIncludesNull
= true;
154
_lazyIncludesNull
= false;
163
_lazyIncludesNull
= result.GetValueOrDefault();
2 references to _lazyIncludesNull
Microsoft.CodeAnalysis.CSharp (2)
Utilities\TypeUnionValueSet.cs (2)
146
if (!
_lazyIncludesNull
.HasValue)
167
return
_lazyIncludesNull
.GetValueOrDefault();