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