1 write to _channelParts
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
20_channelParts = new MessagePartSpecification();
9 references to _channelParts
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ScopedMessagePartSpecification.cs (9)
36return _channelParts; 54_channelParts.Union(other._channelParts); 69_channelParts.IsBodyIncluded = newIncludeBody; 81_channelParts.Union(parts); 108if (!_channelParts.IsEmpty()) 151p.Union(_channelParts); 167if (!target._channelParts.IsHeaderIncluded(headerType.Name, headerType.Namespace)) 192p.Union(_channelParts);