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