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