3 implementations of IsContextOK
mscorlib (3)
system\runtime\remoting\activationservices.cs (1)
1685
public virtual bool
IsContextOK
(Context ctx, IConstructionCallMessage msg)
system\runtime\remoting\contextproperty.cs (1)
201
public virtual bool
IsContextOK
(
system\runtime\remoting\proxyattribute.cs (1)
111
public bool
IsContextOK
(Context ctx, IConstructionCallMessage msg)
1 reference to IsContextOK
mscorlib (1)
system\runtime\remoting\activationservices.cs (1)
331
bCtxOK = attr.
IsContextOK
(ctx, ctorMsg);