2 references to Instance
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.cs (1)
13
return Empty.Enumerator<T>.
Instance
;
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Enumerable.cs (1)
19
private readonly IEnumerator<T> _enumerator = Enumerator<T>.
Instance
;