1 write to _operationBindingAssertions
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExporter.cs (1)
91
_operationBindingAssertions
= new Dictionary<OperationDescription, PolicyAssertionCollection>();
4 references to _operationBindingAssertions
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExporter.cs (4)
114
lock (
_operationBindingAssertions
)
116
if (!
_operationBindingAssertions
.ContainsKey(operation))
117
_operationBindingAssertions
.Add(operation, new PolicyAssertionCollection());
120
return
_operationBindingAssertions
[operation];