3 implementations of IContextAttribute
mscorlib (3)
system\runtime\remoting\activationservices.cs (1)
1675internal class RemotePropertyHolderAttribute : IContextAttribute
system\runtime\remoting\contextproperty.cs (1)
138: Attribute, IContextAttribute, IContextProperty
system\runtime\remoting\proxyattribute.cs (1)
28public class ProxyAttribute : Attribute , IContextAttribute
26 references to IContextAttribute
mscorlib (26)
system\runtime\remoting\activationservices.cs (13)
323IContextAttribute attr = attributes[i] as IContextAttribute; 359IContextAttribute attr = attributes[i] as IContextAttribute; 967internal static IContextAttribute[] GetContextAttributesForType(Type serverType) 978IContextAttribute[] retAttr = new IContextAttribute[retSize]; 985typeof(IContextAttribute), 988foreach (IContextAttribute attr in currAttr) 1010IContextAttribute[] newAttr = new IContextAttribute[2*retSize]; 1024IContextAttribute[] ctxAttr = new IContextAttribute[numAttr];
system\runtime\remoting\configuration.cs (7)
1063static IContextAttribute[] CreateContextAttributesFromConfigEntries(ArrayList contextAttributes) 1070IContextAttribute[] attrs = new IContextAttribute[numAttrs]; 1077IContextAttribute attr = null; 1086attr = (IContextAttribute) 1097attr = (IContextAttribute) 1286IContextAttribute[] contextAttributes)
system\runtime\remoting\remotingconfiguration.cs (6)
344IContextAttribute[] _contextAttributes = null; 390public IContextAttribute[] ContextAttributes 409IContextAttribute[] _contextAttributes = null; 446public IContextAttribute[] ContextAttributes 537IContextAttribute[] _contextAttributes = null; 586public IContextAttribute[] ContextAttributes