24 instantiations of XmlSchemaAny
System.Data (5)
fx\src\data\System\Data\DataSet.cs (3)
3295XmlSchemaAny any = new XmlSchemaAny(); 3300XmlSchemaAny any = new XmlSchemaAny(); 3306any = new XmlSchemaAny();
fx\src\data\System\Data\DataTable.cs (2)
5919XmlSchemaAny any = new XmlSchemaAny(); 5926any = new XmlSchemaAny();
System.Runtime.Serialization (5)
System\Runtime\Serialization\SchemaExporter.cs (5)
728XmlSchemaAny any = new XmlSchemaAny(); 742XmlSchemaAny any = new XmlSchemaAny(); 783XmlSchemaAny any = new XmlSchemaAny(); 795XmlSchemaAny any = new XmlSchemaAny(); 867XmlSchemaAny iSerializableWildcardElement = new XmlSchemaAny();
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractExporter.cs (1)
176XmlSchemaAny anyElement = new XmlSchemaAny();
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\SchemaUtility.cs (3)
297XmlSchemaAny any = new XmlSchemaAny(); 352XmlSchemaAny any = new XmlSchemaAny(); 398XmlSchemaAny any = new XmlSchemaAny();
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9586o = new global::System.Xml.Schema.XmlSchemaAny();
System.Xml (9)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
64XmlSchemaAny anyElement = new XmlSchemaAny();
System\Xml\Schema\XsdBuilder.cs (1)
1847builder.xso = builder.particle = builder.anyElement = new XmlSchemaAny();
System\Xml\Serialization\XmlSchemaExporter.cs (7)
162XmlSchemaAny any = new XmlSchemaAny(); 204XmlSchemaAny any = new XmlSchemaAny(); 399XmlSchemaAny any = new XmlSchemaAny(); 417XmlSchemaAny any = new XmlSchemaAny(); 464XmlSchemaAny any = new XmlSchemaAny(); 491seq.Items.Add(new XmlSchemaAny()); 721XmlSchemaAny any = new XmlSchemaAny();
136 references to XmlSchemaAny
System.Data (15)
fx\src\data\System\Data\CodeGen\datacache.cs (2)
1210getTypedDataSetSchema.Statements.Add(VariableDecl(typeof(XmlSchemaAny),"any",New(typeof(XmlSchemaAny),new CodeExpression[] {})));
fx\src\data\System\Data\DataSet.cs (11)
3295XmlSchemaAny any = new XmlSchemaAny(); 3300XmlSchemaAny any = new XmlSchemaAny(); 3537if ((2 == items.Count) && (items[0] is XmlSchemaAny) && (items[1] is XmlSchemaAny)) 3539XmlSchemaAny any0 = (XmlSchemaAny)items[0]; 3540XmlSchemaAny any1 = (XmlSchemaAny)items[1]; 3598if (!(items[0] is XmlSchemaElement && items[1] is XmlSchemaAny)) return null; 3609XmlSchemaAny any = items[0] as XmlSchemaAny;
fx\src\data\System\Data\DataTable.cs (1)
5919XmlSchemaAny any = new XmlSchemaAny();
fx\src\data\System\Data\XMLSchema.cs (1)
754if (pt is XmlSchemaAny)
System.Data.Services.Design (2)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (2)
122XmlSchemaAny schemaAny = expected as XmlSchemaAny;
System.Runtime.Serialization (15)
System\Runtime\Serialization\SchemaExporter.cs (6)
728XmlSchemaAny any = new XmlSchemaAny(); 742XmlSchemaAny any = new XmlSchemaAny(); 783XmlSchemaAny any = new XmlSchemaAny(); 795XmlSchemaAny any = new XmlSchemaAny(); 863internal static XmlSchemaAny ISerializableWildcardElement 867XmlSchemaAny iSerializableWildcardElement = new XmlSchemaAny();
System\Runtime\Serialization\SchemaImporter.cs (9)
594return (rootSequence.Items.Count == 1 && rootSequence.Items[0] is XmlSchemaAny); 787XmlSchemaAny any = sequence.Items[0] as XmlSchemaAny; 809XmlSchemaAny any = sequence.Items[0] as XmlSchemaAny; 875if (!(o is XmlSchemaAny)) 878XmlSchemaAny wildcard = (XmlSchemaAny)o; 879XmlSchemaAny iSerializableWildcardElement = SchemaExporter.ISerializableWildcardElement;
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractExporter.cs (1)
176XmlSchemaAny anyElement = new XmlSchemaAny();
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\SchemaUtility.cs (3)
297XmlSchemaAny any = new XmlSchemaAny(); 352XmlSchemaAny any = new XmlSchemaAny(); 398XmlSchemaAny any = new XmlSchemaAny();
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
34{ typeof(XmlSchemaAny), EmptyHandler }, 84{ typeof(XmlSchemaAny), EmptyHandler },
System.Web.Services (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
2142else if (ai is global::System.Xml.Schema.XmlSchemaAny) { 2143Write46_XmlSchemaAny(@"any", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAny)ai), false, false); 2157void Write46_XmlSchemaAny(string n, string ns, global::System.Xml.Schema.XmlSchemaAny o, bool isNullable, bool needType) { 2164if (t == typeof(global::System.Xml.Schema.XmlSchemaAny)) { 3447else if (ai is global::System.Xml.Schema.XmlSchemaAny) { 3448Write46_XmlSchemaAny(@"any", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAny)ai), false, false); 9573global::System.Xml.Schema.XmlSchemaAny Read46_XmlSchemaAny(bool isNullable, bool checkType) { 9585global::System.Xml.Schema.XmlSchemaAny o;
System.Xml (90)
System\Xml\Schema\Preprocessor.cs (2)
1633else if (particle is XmlSchemaAny) { 1635((XmlSchemaAny)particle).BuildNamespaceList(this.targetNamespace);
System\Xml\Schema\SchemaCollectionCompiler.cs (21)
1068else if (baseParticle is XmlSchemaAny) { 1070return IsElementFromAny((XmlSchemaElement)derivedParticle, (XmlSchemaAny)baseParticle); 1072else if (derivedParticle is XmlSchemaAny) { 1073return IsAnyFromAny((XmlSchemaAny)derivedParticle, (XmlSchemaAny)baseParticle); 1076return IsGroupBaseFromAny((XmlSchemaGroupBase)derivedParticle, (XmlSchemaAny)baseParticle); 1126private bool IsElementFromAny(XmlSchemaElement derivedElement, XmlSchemaAny baseAny) { 1131private bool IsAnyFromAny(XmlSchemaAny derivedAny, XmlSchemaAny baseAny) { 1136private bool IsGroupBaseFromAny(XmlSchemaGroupBase derivedGroupBase, XmlSchemaAny baseAny) { 1284if (particle is XmlSchemaElement || particle is XmlSchemaAny) { 1970SendValidationEvent(Res.Sch_NonDeterministicAnyEx, ((XmlSchemaAny)e.Particle2).NamespaceList.ToString(), ((XmlSchemaElement)e.Particle1).QualifiedName.ToString(), (XmlSchemaAny)e.Particle2); 1975SendValidationEvent(Res.Sch_NonDeterministicAnyEx, ((XmlSchemaAny)e.Particle1).NamespaceList.ToString(), ((XmlSchemaElement)e.Particle2).QualifiedName.ToString(), (XmlSchemaAny)e.Particle1); 1978SendValidationEvent(Res.Sch_NonDeterministicAnyAny, ((XmlSchemaAny)e.Particle1).NamespaceList.ToString(), ((XmlSchemaAny)e.Particle2).NamespaceList.ToString() ,(XmlSchemaAny)e.Particle1); 2067else if (particle is XmlSchemaAny) { 2068XmlSchemaAny any = (XmlSchemaAny)particle;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1321else if (particle is XmlSchemaAny) { 1323((XmlSchemaAny)particle).BuildNamespaceListV1Compat(this.targetNamespace);
System\Xml\Schema\SchemaSetCompiler.cs (21)
1214else if (baseParticle is XmlSchemaAny) { 1216return IsElementFromAny((XmlSchemaElement)derivedParticle, (XmlSchemaAny)baseParticle); 1218else if (derivedParticle is XmlSchemaAny) { 1219return IsAnyFromAny((XmlSchemaAny)derivedParticle, (XmlSchemaAny)baseParticle); 1222return IsGroupBaseFromAny((XmlSchemaGroupBase)derivedParticle, (XmlSchemaAny)baseParticle); 1240else if (derivedParticle is XmlSchemaChoice || derivedParticle is XmlSchemaAny) { 1319private bool IsElementFromAny(XmlSchemaElement derivedElement, XmlSchemaAny baseAny) { 1331private bool IsAnyFromAny(XmlSchemaAny derivedAny, XmlSchemaAny baseAny) { 1347private bool IsGroupBaseFromAny(XmlSchemaGroupBase derivedGroupBase, XmlSchemaAny baseAny) { 1559if (particle is XmlSchemaElement || particle is XmlSchemaAny) { 2325SendValidationEvent(Res.Sch_NonDeterministicAnyEx, ((XmlSchemaAny)e.Particle2).ResolvedNamespace, ((XmlSchemaElement)e.Particle1).QualifiedName.ToString(), (XmlSchemaAny)e.Particle2); 2330SendValidationEvent(Res.Sch_NonDeterministicAnyEx, ((XmlSchemaAny)e.Particle1).ResolvedNamespace, ((XmlSchemaElement)e.Particle2).QualifiedName.ToString(), (XmlSchemaElement)e.Particle2); 2333SendValidationEvent(Res.Sch_NonDeterministicAnyAny, ((XmlSchemaAny)e.Particle1).ResolvedNamespace, ((XmlSchemaAny)e.Particle2).ResolvedNamespace, (XmlSchemaAny)e.Particle2); 2423else if (particle is XmlSchemaAny) { 2425XmlSchemaAny any = (XmlSchemaAny)particle;
System\Xml\Schema\XmlSchemaChoice.cs (1)
28XmlElement("any", typeof(XmlSchemaAny))]
System\Xml\Schema\XmlSchemaComplexType.cs (1)
64XmlSchemaAny anyElement = new XmlSchemaAny();
System\Xml\Schema\XmlSchemaParticle.cs (2)
138XmlSchemaAny any = this as XmlSchemaAny;
System\Xml\Schema\XmlSchemaSequence.cs (1)
27XmlElement("any", typeof(XmlSchemaAny))]
System\Xml\Schema\XmlSchemaValidator.cs (2)
1352XmlSchemaAny any = (XmlSchemaAny)particle;
System\Xml\Schema\XsdBuilder.cs (2)
637private XmlSchemaAny anyElement; 983this.anyElement = (XmlSchemaAny)container;
System\Xml\Schema\XsdValidator.cs (2)
314XmlSchemaAny any = (XmlSchemaAny)particle;
System\Xml\Serialization\Advanced\SchemaImporterExtension.cs (1)
37public virtual string ImportAnyElement(XmlSchemaAny any, bool mixed, XmlSchemas schemas, XmlSchemaImporter importer,
System\Xml\Serialization\SchemaObjectWriter.cs (7)
100else if (o is XmlSchemaAny) { 101return new XmlQualifiedName("*", SchemaObjectWriter.ToString(((XmlSchemaAny)o).NamespaceList)); 334else if (t == typeof(XmlSchemaAny)) { 335Write53_XmlSchemaAny((XmlSchemaAny)o); 958void Write53_XmlSchemaAny(XmlSchemaAny o) { 986if (ai is XmlSchemaAny) { 987Write53_XmlSchemaAny((XmlSchemaAny)ai);
System\Xml\Serialization\SoapSchemaImporter.cs (2)
265if (group.Items.Count != 1 || !(group.Items[0] is XmlSchemaAny)) 374else if (item is XmlSchemaAny)
System\Xml\Serialization\XmlSchemaExporter.cs (9)
132if (sequence.Items.Count == 1 && sequence.Items[0] is XmlSchemaAny) { 133XmlSchemaAny any = (XmlSchemaAny)sequence.Items[0]; 162XmlSchemaAny any = new XmlSchemaAny(); 204XmlSchemaAny any = new XmlSchemaAny(); 399XmlSchemaAny any = new XmlSchemaAny(); 417XmlSchemaAny any = new XmlSchemaAny(); 464XmlSchemaAny any = new XmlSchemaAny(); 721XmlSchemaAny any = new XmlSchemaAny();
System\Xml\Serialization\XmlSchemaImporter.cs (14)
390else if (context is XmlSchemaAny) { 391typeName = FindExtendedAnyElement((XmlSchemaAny)context, ((flags & TypeFlags.CanBeTextValue) != 0), compileUnit, mainNamespace, out typeOwner); 903XmlSchemaAny any = null; 911else if (item is XmlSchemaAny) { 913AddScopeElements(choiceElements, ImportAny((XmlSchemaAny)item, true, ns), ref duplicateElements, allowDuplicates); 916any = (XmlSchemaAny)item; 995else if (item is XmlSchemaAny) { 996ImportAnyMember((XmlSchemaAny)item, identifier, members, membersScope, elementsScope, ns, ref mixed, ref needExplicitOrder, allowDuplicates); 1094MemberMapping ImportAnyMember(XmlSchemaAny any, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, INameScope elementsScope, string ns, ref bool mixed, ref bool needExplicitOrder, bool allowDuplicates) { 1123ElementAccessor[] ImportAny(XmlSchemaAny any, bool makeElement, string targetNamespace) { 1290if (group.Items.Count != 1 || !(group.Items[0] is XmlSchemaAny)) return null; 1291XmlSchemaAny any = (XmlSchemaAny)group.Items[0]; 1821internal string FindExtendedAnyElement(XmlSchemaAny any, bool mixed, CodeCompileUnit compileUnit, CodeNamespace mainNamespace, out SchemaImporterExtension extension) {