10 references to IsSignatureType
System.Reflection.MetadataLoadContext (10)
System\Reflection\DefaultBinder.cs (3)
56
if (!(IsImplementedByMetadataLoadContext(realTypes[i]) || realTypes[i].
IsSignatureType
()))
84
if (type.
IsSignatureType
())
436
if (t.
IsSignatureType
())
System\Reflection\Runtime\SignatureTypeExtensions.cs (6)
20
if (pattern.
IsSignatureType
())
35
Debug.Assert(pattern.
IsSignatureType
());
67
if (patternGenericTypeArgument.
IsSignatureType
())
107
Debug.Assert(signatureType.
IsSignatureType
());
113
Debug.Assert(signatureType.
IsSignatureType
());
139
if (genericTypeArgument.
IsSignatureType
())
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
109
if (typeArgument.
IsSignatureType
())