3 writes to _state
ILLink.RoslynAnalyzer (3)
src\tools\illink\src\ILLink.Shared\DataFlow\ValueSet.cs (3)
87 _state = 0; 118 _state++; 127 _state = 0;
3 references to _state
ILLink.RoslynAnalyzer (3)
src\tools\illink\src\ILLink.Shared\DataFlow\ValueSet.cs (3)
99 : (_state == 1 ? (TValue) _value! : default!); 115 if (_state > 1) 119 return _state == 1;