1 write to concurrency
System.ServiceModel (1)
System\ServiceModel\InstanceContext.cs (1)
123
this.
concurrency
= new ConcurrencyInstanceContextFacet();
3 references to concurrency
System.ServiceModel (3)
System\ServiceModel\InstanceContext.cs (3)
118
if (this.
concurrency
== null)
122
if (this.
concurrency
== null)
127
return this.
concurrency
;