3 writes to context
System.ServiceModel.Internals (3)
System\Runtime\ActionItem.cs (3)
81this.context = PartialTrustHelpers.CaptureSecurityContextNoIdentityFlow(); 108this.context = context.CreateCopy(); 148this.context = null;
3 references to context
System.ServiceModel.Internals (3)
System\Runtime\ActionItem.cs (3)
83if (this.context != null) 145Fx.Assert(this.context != null, "Cannot bind to a null context; context should have been set by now"); 147SecurityContext result = this.context;