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