1 instantiation of EmptyReadOnlyMemoryOfCharComparer
Microsoft.CodeAnalysis (1)
InternalUtilities\ReadOnlyMemoryOfCharComparer.cs (1)
44public static readonly EmptyReadOnlyMemoryOfCharComparer Instance = new EmptyReadOnlyMemoryOfCharComparer();
3 references to EmptyReadOnlyMemoryOfCharComparer
Microsoft.CodeAnalysis (1)
InternalUtilities\ReadOnlyMemoryOfCharComparer.cs (1)
44public static readonly EmptyReadOnlyMemoryOfCharComparer Instance = new EmptyReadOnlyMemoryOfCharComparer();
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
34new Dictionary<ReadOnlyMemory<char>, ImmutableArray<PENamedTypeSymbol>>(EmptyReadOnlyMemoryOfCharComparer.Instance);
Symbols\Source\SourceMemberContainerSymbol.cs (1)
209new Dictionary<ReadOnlyMemory<char>, ImmutableArray<NamedTypeSymbol>>(EmptyReadOnlyMemoryOfCharComparer.Instance);