1 instantiation of DirectiveTokenDescriptorComparer
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DirectiveTokenDescriptorComparer.cs (1)
14public static readonly DirectiveTokenDescriptorComparer Default = new DirectiveTokenDescriptorComparer();
3 references to DirectiveTokenDescriptorComparer
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DirectiveDescriptorComparer.cs (1)
34DirectiveTokenDescriptorComparer.Default);
Language\DirectiveTokenDescriptorComparer.cs (1)
14public static readonly DirectiveTokenDescriptorComparer Default = new DirectiveTokenDescriptorComparer();
Language\Legacy\DirectiveTokenChunkGenerator.cs (1)
27DirectiveTokenDescriptorComparer.Default.Equals(Descriptor, other.Descriptor);