1 write to _loneValue
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Specialized\SpecializedCollections.Singleton.Enumerator`1.cs (1)
23
_loneValue
= value;
2 references to _loneValue
Microsoft.Build (2)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Specialized\SpecializedCollections.Singleton.Enumerator`1.cs (2)
27
public T Current =>
_loneValue
;
29
object? IEnumerator.Current =>
_loneValue
;