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