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