3 references to ExpectedElementMissing
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressHeader.cs (1)
118
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(string.Format(SRServiceModel.
ExpectedElementMissing
, Name, Namespace)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
119
string.Format(SRServiceModel.
ExpectedElementMissing
, TransportPolicyConstants.ProtectionLevelName, TransportPolicyConstants.DotNetFramingNamespace)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\XmlHelper.cs (1)
205
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(string.Format(SRServiceModel.
ExpectedElementMissing
, elementName, elementNamespace)));