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