38 references to SchemaTypes
System.ServiceModel.Discovery (38)
System\ServiceModel\Discovery\SchemaUtility.cs (38)
34
SchemaTypes
typesFound =
SchemaTypes
.ProbeType |
SchemaTypes
.ResolveType;
52
typesFound |=
SchemaTypes
.ProbeMatchType;
61
if ((typesFound &
SchemaTypes
.ProbeMatchType) !=
SchemaTypes
.ProbeMatchType)
77
SchemaTypes
typesFound =
SchemaTypes
.ProbeMatchType |
SchemaTypes
.ResolveType;
94
typesFound |=
SchemaTypes
.ProbeType;
103
if ((typesFound &
SchemaTypes
.ProbeType) !=
SchemaTypes
.ProbeType)
118
SchemaTypes
typesFound =
SchemaTypes
.ProbeType |
119
SchemaTypes
.ProbeMatchType |
120
SchemaTypes
.QNameListType |
121
SchemaTypes
.ScopesType |
122
SchemaTypes
.UriListType;
153
typesFound |=
SchemaTypes
.ResolveType;
159
if ((typesFound &
SchemaTypes
.ResolveType) !=
SchemaTypes
.ResolveType)
437
static void AddSchemaTypes(DiscoveryVersion discoveryVersion,
SchemaTypes
typesFound, XmlSchema discoverySchema)
439
if ((typesFound &
SchemaTypes
.ProbeMatchType) == 0)
443
if ((typesFound &
SchemaTypes
.ProbeType) == 0)
447
if ((typesFound &
SchemaTypes
.ResolveType) == 0)
451
if ((typesFound &
SchemaTypes
.QNameListType) == 0)
455
if ((typesFound &
SchemaTypes
.ScopesType) == 0)
459
if ((typesFound &
SchemaTypes
.UriListType) == 0)
582
static void LocateSchemaTypes(DiscoveryVersion discoveryVersion, XmlSchema schema, ref
SchemaTypes
typesFound)
584
if (((typesFound &
SchemaTypes
.QNameListType) !=
SchemaTypes
.QNameListType) &&
587
typesFound |=
SchemaTypes
.QNameListType;
589
if (((typesFound &
SchemaTypes
.UriListType) !=
SchemaTypes
.UriListType) &&
592
typesFound |=
SchemaTypes
.UriListType;
594
if (((typesFound &
SchemaTypes
.ScopesType) !=
SchemaTypes
.ScopesType) &&
597
typesFound |=
SchemaTypes
.ScopesType;