1 write to readOnlyNormalizedActionParts
System.ServiceModel (1)
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
190this.readOnlyNormalizedActionParts = new Dictionary<string, MessagePartSpecification>();
3 references to readOnlyNormalizedActionParts
System.ServiceModel (3)
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (3)
143if (this.readOnlyNormalizedActionParts.ContainsKey(action)) 147parts = this.readOnlyNormalizedActionParts[action]; 197this.readOnlyNormalizedActionParts[action] = p;