8 writes to IsBodyIncluded
System.ServiceModel.Primitives (8)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (5)
161result.IsBodyIncluded = true; 291signedParts.IsBodyIncluded = true; 294encryptedParts.IsBodyIncluded = true; 360signedParts.IsBodyIncluded = true; 363encryptedParts.IsBodyIncluded = true;
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (3)
58ChannelParts.IsBodyIncluded = newIncludeBody; 61_actionParts[action].IsBodyIncluded = newIncludeBody; 180target.ChannelParts.IsBodyIncluded = ChannelParts.IsBodyIncluded;
4 references to IsBodyIncluded
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
159if (parts.IsBodyIncluded)
System\ServiceModel\Security\MessagePartSpecification.cs (2)
104_isBodyIncluded |= specification.IsBodyIncluded; 246return !IsBodyIncluded;
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
180target.ChannelParts.IsBodyIncluded = ChannelParts.IsBodyIncluded;