4 references to DefaultProxyAttribute
mscorlib (4)
system\runtime\remoting\activationservices.cs (2)
174if (Object.ReferenceEquals(pa, DefaultProxyAttribute)) 403return DefaultProxyAttribute;
system\runtime\remoting\remotingservices.cs (2)
1505ProxyAttribute defaultProxyAttribute = ActivationServices.DefaultProxyAttribute; 2394if (proxyAttr == ActivationServices.DefaultProxyAttribute)