3 references to ConstructParameters
mscorlib (3)
system\reflection\methodbase.cs (1)
320sbName.Append(ConstructParameters(GetParameterTypes(), CallingConvention, serialization));
system\reflection\methodinfo.cs (1)
350sbName.Append(ConstructParameters(GetParameterTypes(), CallingConvention, serialization));
system\reflection\propertyinfo.cs (1)
364sbName.Append(MethodBase.ConstructParameters(arguments, Signature.CallingConvention, serialization));