3 references to All
System.Private.Windows.Core (3)
System\Reflection\Metadata\TypeNameComparer.cs (1)
18
internal static TypeNameComparer FullyQualifiedMatch { get; } = new(TypeNameComparison.
All
);
System\TypeExtensions.cs (2)
25
TypeNameComparison comparison = TypeNameComparison.
All
)
97
internal static bool Matches(this TypeName x, TypeName y, TypeNameComparison comparison = TypeNameComparison.
All
)