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