1 instantiation of SoapParameterAttribute
mscorlib (1)
system\runtime\remoting\remotingattributes.cs (1)
101tempSoapAttr = new SoapParameterAttribute();
2 references to SoapParameterAttribute
mscorlib (2)
system\runtime\remoting\remotingattributes.cs (2)
97Object[] attrs = RI.GetCustomAttributes(typeof(SoapParameterAttribute), true); 99tempSoapAttr = (SoapParameterAttribute)attrs[0];