1 write to _readOnlyNormalizedActionParts
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
203_readOnlyNormalizedActionParts = new Dictionary<string, MessagePartSpecification>();
3 references to _readOnlyNormalizedActionParts
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (3)
147if (_readOnlyNormalizedActionParts.ContainsKey(action)) 155parts = _readOnlyNormalizedActionParts[action]; 210_readOnlyNormalizedActionParts[action] = p;