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