4 references to Matches
System.Formats.Nrbf (4)
System\Formats\Nrbf\SerializationRecord.cs (4)
60
return
Matches
(type, TypeName);
114
return
Matches
(type.GetElementType()!, typeName.GetElementType());
118
if (!
Matches
(type.GetGenericTypeDefinition(), typeName.GetGenericTypeDefinition()))
133
if (!
Matches
(genericTypes[i], genericNames[i]))