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