2 references to Instance
Microsoft.CodeAnalysis.CodeStyle (2)
src\Dependencies\Collections\Specialized\SpecializedCollections.cs (1)
15return Empty.Enumerator<T>.Instance;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Enumerable.cs (1)
21private readonly IEnumerator<T> _enumerator = Enumerator<T>.Instance;