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)
135if (_extensions == null) 139return _extensions;