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)
147if (!_lazyIncludesNull.HasValue) 168return _lazyIncludesNull.GetValueOrDefault();