2 overrides of IsSzArray
mscorlib (2)
system\reflection\emit\symboltype.cs (1)
278internal override bool IsSzArray
system\rttype.cs (1)
4030internal override bool IsSzArray
3 references to IsSzArray
mscorlib (3)
system\reflection\emit\aqnbuilder.cs (1)
143else if (elementType.IsSzArray)
system\reflection\emit\signaturehelper.cs (1)
448if (clsArgument.IsSzArray)
system\rttype.cs (1)
1051if (template.IsSzArray)