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