1 write to _loneValue
Microsoft.CodeAnalysis (1)
InternalUtilities\SpecializedCollections.Singleton.Enumerator`1.cs (1)
21_loneValue = value;
2 references to _loneValue
Microsoft.CodeAnalysis (2)
InternalUtilities\SpecializedCollections.Singleton.Enumerator`1.cs (2)
25public T Current => _loneValue; 27object? IEnumerator.Current => _loneValue;