14 references to Contains
System.ServiceModel (7)
System\ServiceModel\Description\MessageContractImporter.cs (7)
968
if (references[schema] == null && !schemas.
Contains
(schema))
980
if (!encodedSchemas.
Contains
(schema) && !literalSchemas.
Contains
(schema))
991
if (!encodedSchemas.
Contains
(schema))
995
if (!literalSchemas.
Contains
(schema))
1057
if (isEncoded && !encodedSchemas.
Contains
(schema))
1068
if (isLiteral && !literalSchemas.
Contains
(schema))
System.Web.Services (7)
System\Web\Services\Description\ServiceDescriptionImporter.cs (7)
476
if (references[schema] == null && !xmlschemas.
Contains
(schema)) {
486
if (!abstractSchemas.
Contains
(schema) && !concreteSchemas.
Contains
(schema)) {
495
if (!abstractSchemas.
Contains
(schema)) {
498
if (!concreteSchemas.
Contains
(schema)) {
537
if (isEncoded && !abstractSchemas.
Contains
(schema)) {
545
if (isLiteral && !concreteSchemas.
Contains
(schema)) {