2 writes to extensions
System.ServiceModel (2)
System\ServiceModel\OperationContext.cs (2)
162
this.
extensions
= new ExtensionCollection<OperationContext>(this);
424
this.
extensions
= null;
2 references to extensions
System.ServiceModel (2)
System\ServiceModel\OperationContext.cs (2)
160
if (this.
extensions
== null)
164
return this.
extensions
;