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