2 writes to context
System.ServiceModel (2)
System\ServiceModel\Channels\RequestContextBase.cs (2)
297
this.
context
= context;
315
this.
context
= null;
2 references to context
System.ServiceModel (2)
System\ServiceModel\Channels\RequestContextBase.cs (2)
312
if (this.
context
== null)
314
thisContext = this.
context
;