1 instantiation of ValueSetSentinel
ILLink.RoslynAnalyzer (1)
src\tools\illink\src\ILLink.Shared\DataFlow\ValueSet.cs (1)
27private static readonly ValueSetSentinel UnknownSentinel = new();
2 references to ValueSetSentinel
ILLink.RoslynAnalyzer (2)
src\tools\illink\src\ILLink.Shared\DataFlow\ValueSet.cs (2)
27private static readonly ValueSetSentinel UnknownSentinel = new(); 162private ValueSet(ValueSetSentinel sentinel) => _values = sentinel;