2 writes to MustUnderstand
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageHeaderDescription.cs (1)
25
this.
MustUnderstand
= other.MustUnderstand;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1477
headerDescription.
MustUnderstand
= headerAttr.MustUnderstand;
3 references to MustUnderstand
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageHeaderDescription.cs (1)
25
this.MustUnderstand = other.
MustUnderstand
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
477
mustUnderstand = headerDescription.
MustUnderstand
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
104
mustUnderstand = matchingHeaderDescription.
MustUnderstand
;