1 write to _readOnlyNormalizedActionParts
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
187_readOnlyNormalizedActionParts = new Dictionary<string, MessagePartSpecification>();
3 references to _readOnlyNormalizedActionParts
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ScopedMessagePartSpecification.cs (3)
140if (_readOnlyNormalizedActionParts.ContainsKey(action)) 144parts = _readOnlyNormalizedActionParts[action]; 194_readOnlyNormalizedActionParts[action] = p;