1 type derived from ProxyAttribute
System.ServiceModel (1)
System\ServiceModel\ComIntegration\MonikerProxyAttribute.cs (1)
11
internal sealed class MonikerProxyAttribute :
ProxyAttribute
, ICustomFactory
1 instantiation of ProxyAttribute
mscorlib (1)
system\runtime\remoting\activationservices.cs (1)
45
private static ProxyAttribute _proxyAttribute = new
ProxyAttribute
();
12 references to ProxyAttribute
mscorlib (12)
system\runtime\remoting\activationservices.cs (9)
43
private static readonly Type proxyAttributeType = typeof(System.Runtime.Remoting.Proxies.
ProxyAttribute
);
45
private static
ProxyAttribute
_proxyAttribute = new ProxyAttribute();
171
ProxyAttribute
pa = GetProxyAttribute(serverType);
217
ProxyAttribute
pa = GetProxyAttribute(serverType);
385
internal static
ProxyAttribute
DefaultProxyAttribute
395
internal static
ProxyAttribute
GetProxyAttribute(Type serverType)
407
ProxyAttribute
pa = _proxyTable[serverType] as
ProxyAttribute
;
423
pa = ca[0] as
ProxyAttribute
;
system\runtime\remoting\remotingservices.cs (3)
1495
ProxyAttribute
pa = ActivationServices.GetProxyAttribute(classToProxy);
1505
ProxyAttribute
defaultProxyAttribute = ActivationServices.DefaultProxyAttribute;
2393
ProxyAttribute
proxyAttr = ActivationServices.GetProxyAttribute(mbro.GetType());