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