4 references to Matches
System.Formats.Nrbf (4)
System\Formats\Nrbf\SerializationRecord.cs (4)
65
return
Matches
(type, TypeName);
119
return
Matches
(type.GetElementType()!, typeName.GetElementType());
123
if (!
Matches
(type.GetGenericTypeDefinition(), typeName.GetGenericTypeDefinition()))
138
if (!
Matches
(genericTypes[i], genericNames[i]))