4 references to Matches
System.Private.Windows.Core (4)
System\TypeExtensions.cs (4)
61return Matches(type.GetElementType()!, typeName.GetElementType(), comparison); 66if (!Matches(type.GetGenericTypeDefinition(), typeName.GetGenericTypeDefinition(), comparison)) 81if (!Matches(genericTypes[i], genericNames[i], comparison)) 96/// <inheritdoc cref="Matches(Type, TypeName, TypeNameComparison)"/>