2 references to Instance
Microsoft.CodeAnalysis.Workspaces (2)
SpecializedCollections.cs (1)
13return Empty.Enumerator<T>.Instance;
SpecializedCollections.Empty.Enumerable.cs (1)
19private readonly IEnumerator<T> _enumerator = Enumerator<T>.Instance;