1 write to MustUnderstand
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageHeaderT.cs (1)
157header.MustUnderstand = mustUnderstand;
4 references to MustUnderstand
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (3)
472mustUnderstand = matchingMessageHeaderOfTAttribute.MustUnderstand; 499messageHeaderOfTAttribute.MustUnderstand, messageHeaderOfTAttribute.Relay, messageHeaderOfTAttribute.Actor); 507messageHeaderOfTAttribute.MustUnderstand, messageHeaderOfTAttribute.Relay, messageHeaderOfTAttribute.Actor);
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageHeaderT.cs (1)
174mustUnderstand = header.MustUnderstand;