8 references to Arguments
mscorlib (8)
system\reflection\ConstructorInfo.cs (2)
644
int formalCount = sig.
Arguments
.Length;
741
int formalCount = sig.
Arguments
.Length;
system\reflection\emit\dynamicmethod.cs (1)
734
int formalCount = sig.
Arguments
.Length;
system\reflection\methodbase.cs (1)
348
RuntimeType argRT = sig.
Arguments
[i];
system\reflection\methodinfo.cs (1)
778
int formalCount = sig.
Arguments
.Length;
system\reflection\parameterinfo.cs (2)
292
int sigArgCount = sig.
Arguments
.Length;
518
parameterType = m_signature.
Arguments
[PositionImpl];
system\reflection\propertyinfo.cs (1)
360
RuntimeType[] arguments = Signature.
Arguments
;