9 references to IsXmlSchemaType
System.ServiceModel (9)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
808
if (FeedUtils.IsXmlns(name, ns) || FeedUtils.
IsXmlSchemaType
(name, ns))
919
if (FeedUtils.IsXmlns(name, ns) || FeedUtils.
IsXmlSchemaType
(name, ns))
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (5)
254
if (FeedUtils.IsXmlns(name, ns) || FeedUtils.
IsXmlSchemaType
(name, ns))
344
if (FeedUtils.IsXmlns(name, ns) || FeedUtils.
IsXmlSchemaType
(name, ns))
467
if (FeedUtils.IsXmlns(name, ns) || FeedUtils.
IsXmlSchemaType
(name, ns))
570
if (FeedUtils.IsXmlns(name, ns) || FeedUtils.
IsXmlSchemaType
(name, ns))
655
if (FeedUtils.IsXmlns(name, ns) || FeedUtils.
IsXmlSchemaType
(name, ns))
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
587
if (FeedUtils.IsXmlns(name, ns) || FeedUtils.
IsXmlSchemaType
(name, ns))
896
if (FeedUtils.IsXmlns(name, ns) || FeedUtils.
IsXmlSchemaType
(name, ns))