5 references to FullyQualifiedMatch
System.Private.Windows.Core.Tests (5)
System\Reflection\Metadata\TypeNameComparerTests.cs (5)
26
Dictionary<TypeName, Type> types = new(TypeNameComparer.
FullyQualifiedMatch
)
53
Dictionary<TypeName, Type> types = new(TypeNameComparer.
FullyQualifiedMatch
)
67
Dictionary<TypeName, Type> types = new(TypeNameComparer.
FullyQualifiedMatch
)
85
var comparer = TypeNameComparer.
FullyQualifiedMatch
;
98
var comparer = TypeNameComparer.
FullyQualifiedMatch
;