13 references to SpecializedCollections
Microsoft.CodeAnalysis.Razor.Compiler (13)
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\SyntaxNodeOrToken.cs (1)
270return SpecializedCollections.EmptyEnumerable<RazorDiagnostic>();
Language\Syntax\SyntaxToken.cs (2)
187return SpecializedCollections.EmptyEnumerable<RazorDiagnostic>(); 193? SpecializedCollections.EmptyEnumerable<RazorDiagnostic>()
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>()