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