10 references to EmptyEnumerator
Microsoft.CodeAnalysis.Razor.Compiler (10)
Language\Syntax\ChildSyntaxList.cs (2)
407? SpecializedCollections.EmptyEnumerator<SyntaxNodeOrToken>() 412? SpecializedCollections.EmptyEnumerator<SyntaxNodeOrToken>()
Language\Syntax\ChildSyntaxList.Reversed.cs (2)
30? SpecializedCollections.EmptyEnumerator<SyntaxNodeOrToken>() 35? SpecializedCollections.EmptyEnumerator<SyntaxNodeOrToken>()
Language\Syntax\SyntaxList`1.cs (2)
485: SpecializedCollections.EmptyEnumerator<TNode>(); 490: (IEnumerator)SpecializedCollections.EmptyEnumerator<TNode>();
Language\Syntax\SyntaxTokenList.cs (2)
424? SpecializedCollections.EmptyEnumerator<SyntaxToken>() 429? SpecializedCollections.EmptyEnumerator<SyntaxToken>()
Language\Syntax\SyntaxTokenList.Reversed.cs (2)
21? SpecializedCollections.EmptyEnumerator<SyntaxToken>() 26? SpecializedCollections.EmptyEnumerator<SyntaxToken>()