2 references to Instance
Microsoft.Build (2)
SpecializedCollections.cs (1)
15return Empty.Enumerator<T>.Instance;
SpecializedCollections.Empty.Enumerable.cs (1)
21private readonly IEnumerator<T> _enumerator = Enumerator<T>.Instance;