2 writes to _operationAssertions
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UnrecognizedAssertionsBindingElement.cs (2)
48_operationAssertions = new Dictionary<OperationDescription, ICollection<XmlElement>>(); 96_operationAssertions = elementToBeCloned._operationAssertions;
3 references to _operationAssertions
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UnrecognizedAssertionsBindingElement.cs (3)
47if (_operationAssertions == null) 49return _operationAssertions; 96_operationAssertions = elementToBeCloned._operationAssertions;