2 writes to _extensions
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (2)
137
_extensions
= new ExtensionCollection<OperationContext>(this);
331
_extensions
= null;
2 references to _extensions
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (2)
135
if (
_extensions
== null)
139
return
_extensions
;