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