5 writes to _isBodyIncluded
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessagePartSpecification.cs (5)
55
_isBodyIncluded
= value;
88
_isBodyIncluded
= false;
98
_isBodyIncluded
|= specification.IsBodyIncluded;
159
_isBodyIncluded
= isBodyIncluded;
170
_isBodyIncluded
= isBodyIncluded;
1 reference to _isBodyIncluded
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessagePartSpecification.cs (1)
48
return
_isBodyIncluded
;