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