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)
36
return
_channelParts
;
54
_channelParts
.Union(other.
_channelParts
);
69
_channelParts
.IsBodyIncluded = newIncludeBody;
81
_channelParts
.Union(parts);
108
if (!
_channelParts
.IsEmpty())
151
p.Union(
_channelParts
);
167
if (!target.
_channelParts
.IsHeaderIncluded(headerType.Name, headerType.Namespace))
192
p.Union(
_channelParts
);