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)
25
public T Current =>
_loneValue
;
27
object? IEnumerator.Current =>
_loneValue
;