6 references to Contains
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractExporter.cs (1)
1293
if (!((XmlSchemas)schemas).
Contains
(schema.TargetNamespace))
System.Web.Services (3)
System\Web\Services\Description\HttpProtocolReflector.cs (1)
76
if (!ServiceDescription.Types.Schemas.
Contains
(typeNs)) {
System\Web\Services\Description\ServiceDescriptionImporter.cs (2)
420
if (!allSchemas.
Contains
(ServiceDescription.Namespace)) {
424
if (!allSchemas.
Contains
(Soap.Encoding)) {
System.Xml (2)
System\Xml\Serialization\SchemaImporter.cs (2)
45
if (!schemas.
Contains
(XmlSchema.Namespace)) {
49
if (!schemas.
Contains
(XmlReservedNs.NsXml)) {