1 instantiation of ReadOnlyMemoryOfCharComparer
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\ReadOnlyMemoryOfCharComparer.cs (1)
13
public static readonly ReadOnlyMemoryOfCharComparer Instance = new
ReadOnlyMemoryOfCharComparer
();
2 references to ReadOnlyMemoryOfCharComparer
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (1)
424
private readonly Dictionary<ReadOnlyMemory<char>, List<TagHelperDescriptor>> _namespaceToComponentsMap = new(
ReadOnlyMemoryOfCharComparer
.Instance);
Language\ReadOnlyMemoryOfCharComparer.cs (1)
13
public static readonly
ReadOnlyMemoryOfCharComparer
Instance = new ReadOnlyMemoryOfCharComparer();