5 references to Namespace
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (2)
230(String.Compare(headerInfo.Namespace, Message12Strings.Namespace, StringComparison.Ordinal) == 0)) 234reader.MoveToAttribute(Message12Strings.QName, Message12Strings.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\EnvelopeVersion.cs (1)
42Message12Strings.Namespace,
FrameworkFork\System.ServiceModel\System\ServiceModel\FaultCode.cs (1)
45if (ns == Message12Strings.Namespace)
FrameworkFork\System.ServiceModel\System\ServiceModel\MustUnderstandSoapException.cs (1)
71get { return Message12Strings.Namespace; }