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