25 instantiations of XmlSchemaSet
System.Data (2)
fx\src\data\System\Data\DataSet.cs (1)
1670
XmlSchemaSet sSet = new
XmlSchemaSet
();
fx\src\data\System\Data\DataTable.cs (1)
5672
XmlSchemaSet sSet = new
XmlSchemaSet
();
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
1239
XmlSchemaSet schemaSet = new
XmlSchemaSet
();
System\Data\Mapping\StorageMappingItemLoader.cs (1)
3356
XmlSchemaSet set = new
XmlSchemaSet
();
System.Data.Services.Design (3)
System\Data\EntityModel\DataServiceBuildProvider.cs (1)
324
serviceMapSchemaSet = new
XmlSchemaSet
();
System\Data\EntityModel\EntityClassGenerator.cs (2)
254
XmlSchemaSet result = new
XmlSchemaSet
();
267
XmlSchemaSet result2 = new
XmlSchemaSet
();
System.Runtime.Serialization (2)
System\Runtime\Serialization\SchemaExporter.cs (1)
601
XmlSchemaSet schemas = new
XmlSchemaSet
();
System\Runtime\Serialization\XsdDataContractExporter.cs (1)
53
schemas = new
XmlSchemaSet
();
System.ServiceModel (4)
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
262
XmlSchemaSet schemas = new
XmlSchemaSet
();
System\ServiceModel\Description\MessageContractImporter.cs (1)
850
XmlSchemaSet schemaSet = new
XmlSchemaSet
();
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1165
XmlSchemaSet xsds = new
XmlSchemaSet
();
System\ServiceModel\Description\WsdlExporter.cs (1)
550
XmlSchemaSet schemaSet = new
XmlSchemaSet
();
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
359
this.SchemaSet = new
XmlSchemaSet
();
System.Web.Extensions (2)
Compilation\WCFModel\DataSvcMapFileLoader.cs (1)
59
_mapFileSchemaSet = new
XmlSchemaSet
();
Compilation\WCFModel\SvcMapFileLoader.cs (1)
59
_mapFileSchemaSet = new
XmlSchemaSet
();
System.Xml (9)
System\Xml\Core\XmlReaderSettings.cs (1)
327
schemas = new
XmlSchemaSet
();
System\Xml\Dom\XmlDocument.cs (1)
319
schemas = new
XmlSchemaSet
(NameTable);
System\Xml\Schema\Inference\Infer.cs (2)
186
return InferSchema1(instanceDocument, new
XmlSchemaSet
(nametable));
194
schemas = new
XmlSchemaSet
(nametable);
System\Xml\Schema\XmlSchemaValidator.cs (2)
184
this.schemaSet = new
XmlSchemaSet
(nameTable);
1518
XmlSchemaSet localSet = new
XmlSchemaSet
(); //Avoiding cost of incremental compilation checks by compiling schema in a seperate set and adding compiled set
System\Xml\Serialization\Mappings.cs (1)
1131
schemas = new
XmlSchemaSet
();
System\Xml\Serialization\XmlSchemas.cs (2)
101
schemaSet = new
XmlSchemaSet
();
614
schemaSet = new
XmlSchemaSet
();
220 references to XmlSchemaSet
System.Data (25)
fx\src\data\System\Data\CodeGen\datacache.cs (1)
1205
getTypedDataSetSchema.Parameters.Add(ParameterDecl(typeof(
XmlSchemaSet
), "xs"));
fx\src\data\System\Data\DataSet.cs (3)
1670
XmlSchemaSet
sSet = new XmlSchemaSet();
2184
XmlSchemaSet
schemaSet = infer.InferSchema(xnr);
3283
public static XmlSchemaComplexType GetDataSetSchema(
XmlSchemaSet
schemaSet) {
fx\src\data\System\Data\DataTable.cs (2)
5672
XmlSchemaSet
sSet = new XmlSchemaSet();
5916
public static XmlSchemaComplexType GetDataTableSchema(
XmlSchemaSet
schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLBinary.cs (1)
513
public static XmlQualifiedName GetXsdType(
XmlSchemaSet
schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLBoolean.cs (1)
595
public static XmlQualifiedName GetXsdType(
XmlSchemaSet
schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLByte.cs (1)
596
public static XmlQualifiedName GetXsdType(
XmlSchemaSet
schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLBytes.cs (1)
561
public static XmlQualifiedName GetXsdType(
XmlSchemaSet
schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLChars.cs (1)
548
public static XmlQualifiedName GetXsdType(
XmlSchemaSet
schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (1)
665
public static XmlQualifiedName GetXsdType(
XmlSchemaSet
schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (1)
3291
public static XmlQualifiedName GetXsdType(
XmlSchemaSet
schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLDouble.cs (1)
516
public static XmlQualifiedName GetXsdType(
XmlSchemaSet
schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLGuid.cs (1)
391
public static XmlQualifiedName GetXsdType(
XmlSchemaSet
schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLInt16.cs (1)
605
public static XmlQualifiedName GetXsdType(
XmlSchemaSet
schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLInt32.cs (1)
617
public static XmlQualifiedName GetXsdType(
XmlSchemaSet
schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLInt64.cs (1)
671
public static XmlQualifiedName GetXsdType(
XmlSchemaSet
schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (1)
658
public static XmlQualifiedName GetXsdType(
XmlSchemaSet
schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLSingle.cs (1)
520
public static XmlQualifiedName GetXsdType(
XmlSchemaSet
schemaSet) {
fx\src\data\System\Data\SQLTypes\SQLString.cs (1)
1033
public static XmlQualifiedName GetXsdType(
XmlSchemaSet
schemaSet) {
fx\src\data\System\Data\SQLTypes\SqlXml.cs (1)
262
public static XmlQualifiedName GetXsdType(
XmlSchemaSet
schemaSet) {
fx\src\data\System\Data\XMLSchema.cs (3)
124
XmlSchemaSet
_schemaSet = null;
561
public void LoadSchema(
XmlSchemaSet
schemaSet , DataTable dt) {
565
public void LoadSchema(
XmlSchemaSet
schemaSet , DataSet ds) { //Element schemaRoot, DataSet ds) {
System.Data.Entity (11)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (7)
284
XmlSchemaSet
schemaSet = SomSchemaSetHelper.GetSchemaSet(DataModel);
1202
private static Memoizer<SchemaDataModelOption,
XmlSchemaSet
> _cachedSchemaSets =
1203
new Memoizer<SchemaDataModelOption,
XmlSchemaSet
>(ComputeSchemaSet, EqualityComparer<SchemaDataModelOption>.Default);
1229
internal static
XmlSchemaSet
GetSchemaSet(SchemaDataModelOption dataModel)
1234
private static
XmlSchemaSet
ComputeSchemaSet(SchemaDataModelOption dataModel)
1239
XmlSchemaSet
schemaSet = new XmlSchemaSet();
1257
private static void AddXmlSchemaToSet(
XmlSchemaSet
schemaSet, XmlSchemaResource schemaResource, HashSet<string> schemasAlreadyAdded)
System\Data\Mapping\StorageMappingItemLoader.cs (4)
148
private static
XmlSchemaSet
s_mappingXmlSchema;
3351
private static
XmlSchemaSet
GetOrCreateSchemaSet()
3356
XmlSchemaSet
set = new XmlSchemaSet();
3366
private static void AddResourceXsdToSchemaSet(
XmlSchemaSet
set, string resourceName)
System.Data.Services.Design (11)
System\Data\EntityModel\DataServiceBuildProvider.cs (2)
271
private static
XmlSchemaSet
serviceMapSchemaSet;
313
private static
XmlSchemaSet
ServiceMapSchemaSet
System\Data\EntityModel\EntityClassGenerator.cs (6)
208
XmlSchemaSet
schemas = CreateTargetSchemaSet();
250
/// <summary>Creates the <see cref="
XmlSchemaSet
"/> that adjusted schemas should target.</summary>
251
/// <returns>A new <see cref="
XmlSchemaSet
"/> instance.</returns>
252
private static
XmlSchemaSet
CreateTargetSchemaSet()
254
XmlSchemaSet
result = new XmlSchemaSet();
267
XmlSchemaSet
result2 = new XmlSchemaSet();
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (3)
37
private readonly
XmlSchemaSet
schemas;
54
private XNodeSchemaApplier(
XmlSchemaSet
schemas)
91
internal static void Apply(
XmlSchemaSet
schemas, XElement element)
System.Runtime.Serialization (38)
System\Runtime\Serialization\Globals.cs (1)
687
typeOfXmlSchemaSet = typeof(
XmlSchemaSet
);
System\Runtime\Serialization\SchemaExporter.cs (11)
25
XmlSchemaSet
schemas;
29
internal SchemaExporter(
XmlSchemaSet
schemas, DataContractSet dataContractSet)
35
XmlSchemaSet
Schemas
547
static void ReprocessAll(
XmlSchemaSet
schemas)// and remove duplicate items
601
XmlSchemaSet
schemas = new XmlSchemaSet();
608
static bool InvokeSchemaProviderMethod(Type clrType,
XmlSchemaSet
schemas, out XmlQualifiedName stableName, out XmlSchemaType xsdType, out bool hasRoot)
634
MethodInfo getMethod = clrType.GetMethod(methodName, /*BindingFlags.DeclaredOnly |*/ BindingFlags.Static | BindingFlags.NonPublic | BindingFlags.Public, null, new Type[] { typeof(
XmlSchemaSet
) }, null);
698
static void InvokeGetSchemaMethod(Type clrType,
XmlSchemaSet
schemas, XmlQualifiedName stableName)
714
internal static void AddDefaultXmlType(
XmlSchemaSet
schemas, string localName, string ns)
775
static void AddDefaultDatasetType(
XmlSchemaSet
schemas, string localName, string ns)
790
static void AddDefaultTypedDatasetType(
XmlSchemaSet
schemas, XmlSchema datasetSchema, string localName, string ns)
System\Runtime\Serialization\SchemaHelper.cs (7)
41
internal static XmlSchemaType GetSchemaType(
XmlSchemaSet
schemas, XmlQualifiedName typeQName, out XmlSchema outSchema)
74
internal static XmlSchema GetSchemaWithType(SchemaObjectDictionary schemaInfo,
XmlSchemaSet
schemas, XmlQualifiedName typeName)
94
internal static XmlSchemaElement GetSchemaElement(
XmlSchemaSet
schemas, XmlQualifiedName elementQName, out XmlSchema outSchema)
127
internal static XmlSchema GetSchema(string ns,
XmlSchemaSet
schemas)
142
static XmlSchema CreateSchema(string ns,
XmlSchemaSet
schemas)
186
internal static XmlSchema GetSchemaWithGlobalElementDeclaration(XmlSchemaElement element,
XmlSchemaSet
schemas)
206
internal static XmlQualifiedName GetGlobalElementDeclaration(
XmlSchemaSet
schemas, XmlQualifiedName typeQName, out bool isNullable)
System\Runtime\Serialization\SchemaImporter.cs (3)
25
XmlSchemaSet
schemaSet;
39
internal SchemaImporter(
XmlSchemaSet
schemas, ICollection<XmlQualifiedName> typeNames, ICollection<XmlSchemaElement> elements, XmlQualifiedName[] elementTypeNames, DataContractSet dataContractSet, bool importXmlDataType)
135
internal static void CompileSchemaSet(
XmlSchemaSet
schemaSet)
System\Runtime\Serialization\XmlSerializableServices.cs (1)
71
public static void AddDefaultSchema(
XmlSchemaSet
schemas, XmlQualifiedName typeQName)
System\Runtime\Serialization\XsdDataContractExporter.cs (5)
21
XmlSchemaSet
schemas;
28
public XsdDataContractExporter(
XmlSchemaSet
schemas)
39
public
XmlSchemaSet
Schemas
43
XmlSchemaSet
schemaSet = GetSchemaSet();
49
XmlSchemaSet
GetSchemaSet()
System\Runtime\Serialization\XsdDataContractImporter.cs (10)
80
public void Import(
XmlSchemaSet
schemas)
88
public void Import(
XmlSchemaSet
schemas, ICollection<XmlQualifiedName> typeNames)
99
public void Import(
XmlSchemaSet
schemas, XmlQualifiedName typeName)
111
public XmlQualifiedName Import(
XmlSchemaSet
schemas, XmlSchemaElement element)
126
public bool CanImport(
XmlSchemaSet
schemas)
134
public bool CanImport(
XmlSchemaSet
schemas, ICollection<XmlQualifiedName> typeNames)
145
public bool CanImport(
XmlSchemaSet
schemas, XmlQualifiedName typeName)
157
public bool CanImport(
XmlSchemaSet
schemas, XmlSchemaElement element)
245
void InternalImport(
XmlSchemaSet
schemas, ICollection<XmlQualifiedName> typeNames, ICollection<XmlSchemaElement> elements, XmlQualifiedName[] elementTypeNames/*filled on return*/)
295
bool InternalCanImport(
XmlSchemaSet
schemas, ICollection<XmlQualifiedName> typeNames, ICollection<XmlSchemaElement> elements, XmlQualifiedName[] elementTypeNames)
System.ServiceModel (49)
System\ServiceModel\Channels\ContextBindingElementImporter.cs (1)
23
public void BeforeImport(ServiceDescriptionCollection wsdlDocuments,
XmlSchemaSet
xmlSchemas, ICollection<XmlElement> policy)
System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs (1)
16
void IWsdlImportExtension.BeforeImport(ServiceDescriptionCollection wsdlDocuments,
XmlSchemaSet
xmlSchemas, ICollection<XmlElement> policy)
System\ServiceModel\Channels\StandardBindingImporter.cs (1)
16
void IWsdlImportExtension.BeforeImport(WsdlNS.ServiceDescriptionCollection wsdlDocuments,
XmlSchemaSet
xmlSchemas, ICollection<XmlElement> policy) { }
System\ServiceModel\Channels\TransportBindingElementImporter.cs (1)
25
void IWsdlImportExtension.BeforeImport(WsdlNS.ServiceDescriptionCollection wsdlDocuments,
XmlSchemaSet
xmlSchemas, ICollection<XmlElement> policy)
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
262
XmlSchemaSet
schemas = new XmlSchemaSet();
System\ServiceModel\Description\DataContractSerializerMessageContractImporter.cs (2)
48
void IWsdlImportExtension.BeforeImport(WsdlNS.ServiceDescriptionCollection wsdlDocuments,
XmlSchemaSet
xmlSchemas, ICollection<XmlElement> policy) { }
77
void IWsdlImportExtension.BeforeImport(WsdlNS.ServiceDescriptionCollection wsdlDocuments,
XmlSchemaSet
xmlSchemas, ICollection<XmlElement> policy) { }
System\ServiceModel\Description\IWsdlImportExtension.cs (1)
14
void BeforeImport(WsdlNS.ServiceDescriptionCollection wsdlDocuments,
XmlSchemaSet
xmlSchemas, ICollection<XmlElement> policy);
System\ServiceModel\Description\MessageContractExporter.cs (9)
48
void AddElementToSchema(XmlSchemaElement element, string elementNs,
XmlSchemaSet
schemaSet)
166
XmlSchemaSet
schemas = this.exporter.GeneratedXmlSchemas;
192
XmlSchemaSet
schemas = this.exporter.GeneratedXmlSchemas;
271
protected
XmlSchemaSet
SchemaSet
351
protected void ExportGlobalElement(string elementName, string elementNs, bool isNillable, XmlQualifiedName typeName, XmlSchemaType xsdType,
XmlSchemaSet
schemaSet)
368
void ExportLocalElement(string wrapperNs, string elementName, string elementNs, XmlQualifiedName typeName, XmlSchemaType xsdType, bool multiple, bool isOptional, bool isNillable, XmlSchemaSequence sequence,
XmlSchemaSet
schemaSet)
405
protected XmlSchemaSequence ExportWrappedPart(WsdlNS.Message message, string elementName, string elementNs,
XmlSchemaSet
schemaSet, bool skipSchemaExport)
558
protected void ExportMessagePart(WsdlNS.Message message, MessagePartDescription part, XmlQualifiedName typeName, XmlSchemaType xsdType, bool isOptional, bool isNillable, bool skipSchemaExport, bool generateElement, string wrapperNs, XmlSchemaSequence wrapperSequence,
XmlSchemaSet
schemaSet)
1323
XmlSchemaSet
schemaSet = this.SchemaSet;
System\ServiceModel\Description\MessageContractImporter.cs (13)
29
readonly
XmlSchemaSet
allSchemas;
140
XmlSchemaSet
AllSchemas
795
static XmlSchemaElement FindSchemaElement(
XmlSchemaSet
schemaSet, XmlQualifiedName elementName)
801
static XmlSchemaElement FindSchemaElement(
XmlSchemaSet
schemaSet, XmlQualifiedName elementName, out XmlSchema containingSchema)
819
static XmlSchemaType FindSchemaType(
XmlSchemaSet
schemaSet, XmlQualifiedName typeName)
827
static XmlSchemaType FindSchemaType(
XmlSchemaSet
schemaSet, XmlQualifiedName typeName, out XmlSchema containingSchema)
848
static
XmlSchemaSet
GatherSchemas(WsdlImporter importer)
850
XmlSchemaSet
schemaSet = new XmlSchemaSet();
899
static void CollectEncodedAndLiteralSchemas(WsdlNS.ServiceDescriptionCollection serviceDescriptions, XmlSchemas encodedSchemas, XmlSchemas literalSchemas,
XmlSchemaSet
allSchemas)
1035
static void AddImport(XmlSchema schema, Hashtable imports,
XmlSchemaSet
allSchemas)
1183
static IEnumerable GetSchema(
XmlSchemaSet
schemaSet, string ns)
1256
static XmlSchemaComplexType GetElementComplexType(XmlQualifiedName elementName,
XmlSchemaSet
schemaSet, out string ns, out XmlSchemaForm elementFormDefault)
1453
readonly protected
XmlSchemaSet
schemaSet;
System\ServiceModel\Description\SchemaHelper.cs (4)
21
static internal void AddElementToSchema(XmlSchemaElement element, XmlSchema schema,
XmlSchemaSet
schemaSet)
57
static internal void AddTypeToSchema(XmlSchemaType type, XmlSchema schema,
XmlSchemaSet
schemaSet)
73
static internal XmlSchema GetSchema(string ns,
XmlSchemaSet
schemaSet)
128
static internal void Compile(
XmlSchemaSet
schemaSet, Collection<MetadataConversionError> errors)
System\ServiceModel\Description\ServiceMetadataExtension.cs (5)
1071
XmlSchemaSet
xsds;
1081
XmlSchemaSet
xsds)
1101
XmlSchemaSet
xsds = CollectXsds(extension.Metadata);
1163
static
XmlSchemaSet
CollectXsds(MetadataSet metadata)
1165
XmlSchemaSet
xsds = new XmlSchemaSet();
System\ServiceModel\Description\WsdlExporter.cs (4)
26
XmlSchemaSet
xmlSchemas = WsdlExporter.GetEmptySchemaSet();
143
public
XmlSchemaSet
GeneratedXmlSchemas { get { return xmlSchemas; } }
548
static internal
XmlSchemaSet
GetEmptySchemaSet()
550
XmlSchemaSet
schemaSet = new XmlSchemaSet();
System\ServiceModel\Description\WsdlImporter.cs (3)
33
readonly
XmlSchemaSet
xmlSchemas = WsdlExporter.GetEmptySchemaSet();
80
public
XmlSchemaSet
XmlSchemas
1576
internal static IEnumerable<MetadataSection> CreateMetadataDocuments(WsdlNS.ServiceDescriptionCollection wsdlDocuments,
XmlSchemaSet
xmlSchemas, IEnumerable<XmlElement> policyDocuments)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
124
public static XmlSchemaType StaticGetSchema(
XmlSchemaSet
schemas)
System\ServiceModel\EndpointAddress10.cs (1)
77
public static XmlQualifiedName GetSchema(
XmlSchemaSet
xmlSchemaSet)
System\ServiceModel\EndpointAddressAugust2004.cs (1)
76
public static XmlQualifiedName GetSchema(
XmlSchemaSet
xmlSchemaSet)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpTransportImporter.cs (1)
18
public void BeforeImport(WsdlNS.ServiceDescriptionCollection wsdlDocuments, Xml.Schema.
XmlSchemaSet
xmlSchemas, ICollection<Xml.XmlElement> policy)
System.ServiceModel.Discovery (16)
System\ServiceModel\Discovery\SchemaUtility.cs (4)
14
public static XmlQualifiedName EnsureProbeMatchSchema(DiscoveryVersion discoveryVersion,
XmlSchemaSet
schemaSet)
71
public static XmlQualifiedName EnsureProbeSchema(DiscoveryVersion discoveryVersion,
XmlSchemaSet
schemaSet)
113
public static XmlQualifiedName EnsureResolveSchema(DiscoveryVersion discoveryVersion,
XmlSchemaSet
schemaSet)
168
public static XmlQualifiedName EnsureAppSequenceSchema(DiscoveryVersion discoveryVersion,
XmlSchemaSet
schemaSet)
System\ServiceModel\Discovery\Version11\DiscoveryMessageSequence11.cs (1)
37
public static XmlQualifiedName GetSchema(
XmlSchemaSet
schemaSet)
System\ServiceModel\Discovery\Version11\EndpointDiscoveryMetadata11.cs (1)
38
public static XmlQualifiedName GetSchema(
XmlSchemaSet
schemaSet)
System\ServiceModel\Discovery\Version11\FindCriteria11.cs (1)
38
public static XmlQualifiedName GetSchema(
XmlSchemaSet
schemaSet)
System\ServiceModel\Discovery\Version11\ResolveCriteria11.cs (1)
37
public static XmlQualifiedName GetSchema(
XmlSchemaSet
schemaSet)
System\ServiceModel\Discovery\VersionApril2005\DiscoveryMessageSequenceApril2005.cs (1)
37
public static XmlQualifiedName GetSchema(
XmlSchemaSet
schemaSet)
System\ServiceModel\Discovery\VersionApril2005\EndpointDiscoveryMetadataApril2005.cs (1)
38
public static XmlQualifiedName GetSchema(
XmlSchemaSet
schemaSet)
System\ServiceModel\Discovery\VersionApril2005\FindCriteriaApril2005.cs (1)
38
public static XmlQualifiedName GetSchema(
XmlSchemaSet
schemaSet)
System\ServiceModel\Discovery\VersionApril2005\ResolveCriteriaApril2005.cs (1)
37
public static XmlQualifiedName GetSchema(
XmlSchemaSet
schemaSet)
System\ServiceModel\Discovery\VersionCD1\DiscoveryMessageSequenceCD1.cs (1)
37
public static XmlQualifiedName GetSchema(
XmlSchemaSet
schemaSet)
System\ServiceModel\Discovery\VersionCD1\EndpointDiscoveryMetadataCD1.cs (1)
38
public static XmlQualifiedName GetSchema(
XmlSchemaSet
schemaSet)
System\ServiceModel\Discovery\VersionCD1\FindCriteriaCD1.cs (1)
38
public static XmlQualifiedName GetSchema(
XmlSchemaSet
schemaSet)
System\ServiceModel\Discovery\VersionCD1\ResolveCriteriaCD1.cs (1)
37
public static XmlQualifiedName GetSchema(
XmlSchemaSet
schemaSet)
System.ServiceModel.Web (4)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (3)
124
public static void GenerateJsonSample(
XmlSchemaSet
schemaSet, XmlQualifiedName name, XmlWriter writer, IDictionary<XmlQualifiedName, Type> knownTypes)
144
public static void GenerateXmlSample(
XmlSchemaSet
schemaSet, XmlQualifiedName name, XmlWriter writer)
801
public
XmlSchemaSet
schemaSet;
System\ServiceModel\Dispatcher\HelpPage.cs (1)
287
public
XmlSchemaSet
SchemaSet { get; private set; }
System.Web.Extensions (7)
Compilation\WCFModel\AsmxEndpointPickerExtension.cs (1)
50
void System.ServiceModel.Description.IWsdlImportExtension.BeforeImport(System.Web.Services.Description.ServiceDescriptionCollection wsdlDocuments, System.Xml.Schema.
XmlSchemaSet
xmlSchemas, System.Collections.Generic.ICollection<System.Xml.XmlElement> policy)
Compilation\WCFModel\DataSvcMapFileLoader.cs (2)
27
private
XmlSchemaSet
_mapFileSchemaSet;
55
protected override
XmlSchemaSet
GetMapFileSchemaSet()
Compilation\WCFModel\HttpBindingExtension.cs (1)
56
void IWsdlImportExtension.BeforeImport(WsdlNS.ServiceDescriptionCollection wsdlDocuments,
XmlSchemaSet
xmlSchemas, ICollection<XmlElement> policy)
Compilation\WCFModel\MapFileLoader.cs (1)
172
protected abstract
XmlSchemaSet
GetMapFileSchemaSet();
Compilation\WCFModel\SvcMapFileLoader.cs (2)
27
private
XmlSchemaSet
_mapFileSchemaSet;
55
protected override
XmlSchemaSet
GetMapFileSchemaSet()
System.Xml (43)
System\Xml\Core\XmlReaderSettings.cs (2)
66
XmlSchemaSet
schemas;
324
public
XmlSchemaSet
Schemas {
System\Xml\Dom\DocumentSchemaValidator.cs (2)
27
XmlSchemaSet
schemas;
62
public DocumentSchemaValidator(XmlDocument ownerDocument,
XmlSchemaSet
schemas, ValidationEventHandler eventHandler) {
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1027
public override bool CheckValidity(
XmlSchemaSet
schemas, ValidationEventHandler validationEventHandler) {
System\Xml\Dom\XmlDocument.cs (2)
31
private
XmlSchemaSet
schemas; // schemas associated with the cache
316
public
XmlSchemaSet
Schemas {
System\Xml\Schema\ContentValidator.cs (7)
932
public virtual ArrayList ExpectedParticles(ValidationState context, bool isRequiredOnly,
XmlSchemaSet
schemaSet) {
936
public static void AddParticleToExpected(XmlSchemaParticle p,
XmlSchemaSet
schemaSet, ArrayList particles) {
940
public static void AddParticleToExpected(XmlSchemaParticle p,
XmlSchemaSet
schemaSet, ArrayList particles, bool global) {
1495
public override ArrayList ExpectedParticles(ValidationState context, bool isRequiredOnly,
XmlSchemaSet
schemaSet) {
1623
public override ArrayList ExpectedParticles(ValidationState context, bool isRequiredOnly,
XmlSchemaSet
schemaSet) {
1893
public override ArrayList ExpectedParticles(ValidationState context, bool isRequiredOnly,
XmlSchemaSet
schemaSet) {
1996
public override ArrayList ExpectedParticles(ValidationState context, bool isRequiredOnly,
XmlSchemaSet
schemaSet) {
System\Xml\Schema\Inference\Infer.cs (6)
116
private
XmlSchemaSet
schemaSet;
184
public
XmlSchemaSet
InferSchema(XmlReader instanceDocument)
190
public
XmlSchemaSet
InferSchema(XmlReader instanceDocument,
XmlSchemaSet
schemas)
198
internal
XmlSchemaSet
InferSchema1(XmlReader instanceDocument,
XmlSchemaSet
schemas)
System\Xml\Schema\SchemaSetCompiler.cs (2)
36
public bool Execute(
XmlSchemaSet
schemaSet, SchemaInfo schemaCompiledInfo) {
139
internal void ImportAllCompiledSchemas(
XmlSchemaSet
schemaSet) {
System\Xml\Schema\XmlSchemaAttribute.cs (1)
153
internal XmlReader Validate(XmlReader reader, XmlResolver resolver,
XmlSchemaSet
schemaSet, ValidationEventHandler valEventHandler) {
System\Xml\Schema\XmlSchemaElement.cs (1)
251
internal XmlReader Validate(XmlReader reader, XmlResolver resolver,
XmlSchemaSet
schemaSet , ValidationEventHandler valEventHandler) {
System\Xml\Schema\XmlSchemaSet.cs (2)
348
public void Add(
XmlSchemaSet
schemas) {
1073
internal void CopyFromCompiledSet(
XmlSchemaSet
otherSet) {
System\Xml\Schema\XmlSchemaType.cs (1)
196
internal XmlReader Validate(XmlReader reader, XmlResolver resolver,
XmlSchemaSet
schemaSet, ValidationEventHandler valEventHandler) {
System\Xml\Schema\XmlSchemaValidator.cs (6)
65
private
XmlSchemaSet
schemaSet;
168
public XmlSchemaValidator(XmlNameTable nameTable,
XmlSchemaSet
schemas, IXmlNamespaceResolver namespaceResolver, XmlSchemaValidationFlags validationFlags) {
952
internal
XmlSchemaSet
SchemaSet {
1518
XmlSchemaSet
localSet = new XmlSchemaSet(); //Avoiding cost of incremental compilation checks by compiling schema in a seperate set and adding compiled set
2101
internal static void ElementValidationError(XmlQualifiedName name, ValidationState context, ValidationEventHandler eventHandler, object sender, string sourceUri, int lineNo, int linePos,
XmlSchemaSet
schemaSet) {
2145
internal static void CompleteValidationError(ValidationState context, ValidationEventHandler eventHandler, object sender, string sourceUri, int lineNo, int linePos,
XmlSchemaSet
schemaSet)
System\Xml\Serialization\Mappings.cs (3)
940
XmlSchemaSet
schemas;
957
internal SerializableMapping(XmlQualifiedName xsiType,
XmlSchemaSet
schemas) {
1034
internal
XmlSchemaSet
Schemas {
System\Xml\Serialization\XmlReflectionImporter.cs (3)
434
MethodInfo getMethod = getMethod = type.GetMethod(provider.MethodName, /* BindingFlags.DeclaredOnly | */ BindingFlags.Static | BindingFlags.Public, null, new Type[] {typeof(
XmlSchemaSet
)}, null);
436
throw new InvalidOperationException(Res.GetString(Res.XmlGetSchemaMethodMissing, provider.MethodName, typeof(
XmlSchemaSet
).Name, type.FullName));
520
XmlSchemaSet
schemas = mapping.Schemas;
System\Xml\Serialization\XmlSchemas.cs (2)
31
XmlSchemaSet
schemaSet;
98
internal
XmlSchemaSet
SchemaSet {
System\Xml\XPath\XPathNavigator.cs (2)
871
public virtual bool CheckValidity(
XmlSchemaSet
schemas, ValidationEventHandler validationEventHandler) {
931
private XmlReader GetValidatingReader( XmlReader reader,
XmlSchemaSet
schemas, ValidationEventHandler validationEvent, XmlSchemaType schemaType, XmlSchemaElement schemaElement, XmlSchemaAttribute schemaAttribute ) {
System.Xml.Linq (15)
System\Xml\Linq\XNodeNavigator.cs (1)
265
public override bool CheckValidity(System.Xml.Schema.
XmlSchemaSet
schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler) {
System\Xml\Linq\XNodeValidator.cs (14)
13
XmlSchemaSet
schemas;
26
public XNodeValidator(
XmlSchemaSet
schemas, ValidationEventHandler validationEventHandler) {
385
/// <param name="schemas">The <see cref="
XmlSchemaSet
"/> used for validation</param>
389
public static void Validate(this XDocument source,
XmlSchemaSet
schemas, ValidationEventHandler validationEventHandler) {
397
/// <param name="schemas">The <see cref="
XmlSchemaSet
"/> used for validation</param>
405
public static void Validate(this XDocument source,
XmlSchemaSet
schemas, ValidationEventHandler validationEventHandler, bool addSchemaInfo) {
418
/// <param name="schemas">The <see cref="
XmlSchemaSet
"/> used for validation</param>
422
public static void Validate(this XElement source, XmlSchemaObject partialValidationType,
XmlSchemaSet
schemas, ValidationEventHandler validationEventHandler) {
433
/// <param name="schemas">The <see cref="
XmlSchemaSet
"/> used for validation</param>
441
public static void Validate(this XElement source, XmlSchemaObject partialValidationType,
XmlSchemaSet
schemas, ValidationEventHandler validationEventHandler, bool addSchemaInfo) {
455
/// <param name="schemas">The <see cref="
XmlSchemaSet
"/> used for validation</param>
459
public static void Validate(this XAttribute source, XmlSchemaObject partialValidationType,
XmlSchemaSet
schemas, ValidationEventHandler validationEventHandler) {
470
/// <param name="schemas">The <see cref="
XmlSchemaSet
"/> used for validation</param>
478
public static void Validate(this XAttribute source, XmlSchemaObject partialValidationType,
XmlSchemaSet
schemas, ValidationEventHandler validationEventHandler, bool addSchemaInfo) {