4 types derived from SoapAttribute
mscorlib (4)
system\runtime\remoting\remotingattributes.cs (4)
541public sealed class SoapTypeAttribute : SoapAttribute 692public sealed class SoapMethodAttribute : SoapAttribute 814public sealed class SoapFieldAttribute : SoapAttribute 871public sealed class SoapParameterAttribute : SoapAttribute
15 references to SoapAttribute
mscorlib (15)
system\runtime\remoting\remotingattributes.cs (14)
28private SoapAttribute _soapAttr = null; // Soap related attributes derive from SoapAttribute 31internal SoapAttribute GetSoapAttribute() 47abstract internal SoapAttribute GetSoapAttributeNoLock(); 65internal override SoapAttribute GetSoapAttributeNoLock() 67SoapAttribute tempSoapAttr = null; 71tempSoapAttr = (SoapAttribute)attrs[0]; 93internal override SoapAttribute GetSoapAttributeNoLock() 95SoapAttribute tempSoapAttr = null; 133internal override SoapAttribute GetSoapAttributeNoLock() 135SoapAttribute tempSoapAttr = null; 139tempSoapAttr = (SoapAttribute)attrs[0]; 280internal override SoapAttribute GetSoapAttributeNoLock() 282SoapAttribute tempSoapAttr = null; 286tempSoapAttr = (SoapAttribute)attrs[0];
system\runtime\remoting\remotingservices.cs (1)
2842public static SoapAttribute GetCachedSoapAttribute(Object reflectionObject)