2 writes to _mustUnderstand
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageHeaderT.cs (2)
32_mustUnderstand = mustUnderstand; 52set { _mustUnderstand = value; }
2 references to _mustUnderstand
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageHeaderT.cs (2)
51get { return _mustUnderstand; } 68return MessageHeader.CreateHeader(name, ns, _content, _mustUnderstand, _actor, _relay);