1 write to _mustUnderstand
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageHeaderAttribute.cs (1)
19
set {
_mustUnderstand
= value; _isMustUnderstandSet = true; }
1 reference to _mustUnderstand
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageHeaderAttribute.cs (1)
18
get { return
_mustUnderstand
; }