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)
140
if (
_readOnlyNormalizedActionParts
.ContainsKey(action))
144
parts =
_readOnlyNormalizedActionParts
[action];
194
_readOnlyNormalizedActionParts
[action] = p;