12 references to XmlStrings
System.Web.Extensions (12)
Compilation\WCFModel\MetadataFile.cs (12)
430
if (reader.IsStartElement(
XmlStrings
.WSDL.Elements.Root,
XmlStrings
.WSDL.NamespaceUri))
434
else if (reader.IsStartElement(
XmlStrings
.XmlSchema.Elements.Root,
XmlStrings
.XmlSchema.NamespaceUri))
438
else if (reader.IsStartElement(
XmlStrings
.WSPolicy.Elements.Policy,
XmlStrings
.WSPolicy.NamespaceUri)
439
|| reader.IsStartElement(
XmlStrings
.WSPolicy.Elements.Policy,
XmlStrings
.WSPolicy.NamespaceUri15))
443
else if (reader.IsStartElement(
XmlStrings
.DISCO.Elements.Root,
XmlStrings
.DISCO.NamespaceUri))
447
else if (reader.IsStartElement(
XmlStrings
.DataServices.Elements.Root,
XmlStrings
.DataServices.NamespaceUri))