8 references to IsSZArray
System.Reflection.MetadataLoadContext (8)
System\Reflection\Runtime\BindingFlagSupport\MemberPolicies.cs (2)
143
if (t1.
IsSZArray
() != t2.
IsSZArray
())
System\Reflection\Runtime\SignatureTypeExtensions.cs (3)
37
if (pattern.
IsSZArray
())
39
return actual.
IsSZArray
() && pattern.GetElementType()!.MatchesExactly(actual.GetElementType()!);
115
if (signatureType.
IsSZArray
())
System\Reflection\TypeLoading\General\Assignability.cs (2)
75
bool fromTypeIsSzArray = fromTypeInfo.
IsSZArray
();
76
bool toTypeIsSzArray = toTypeInfo.
IsSZArray
();
System\Reflection\TypeLoading\Types\RoModifiedType.cs (1)
127
public override bool IsSZArray => _unmodifiedType.
IsSZArray
();