25 references to Fields
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
1203foreach (XmlSchemaXPath node in keyNode.Fields)
System.Private.Xml (18)
System\Xml\Schema\CompiledidEntityConstraint.cs (2)
60XmlSchemaObjectCollection fields = constraint.Fields; 71e.SetSource(constraint.Fields[idxField]);
System\Xml\Schema\Preprocessor.cs (4)
1465if (constraint.Fields.Count == 0) 1490for (int i = 0; i < constraint.Fields.Count; ++i) 1492SetParent(constraint.Fields[i], constraint); 1493ValidateIdAttribute(constraint.Fields[i]);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
2149if (ic.Fields.Count != xi.Fields.Count)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
1135if (constraint.Fields.Count == 0) 1157for (int i = 0; i < constraint.Fields.Count; ++i) 1159SetParent(constraint.Fields[i], constraint); 1160ValidateIdAttribute(constraint.Fields[i]);
System\Xml\Schema\SchemaSetCompiler.cs (2)
2607if (ic.Fields.Count != xi.Fields.Count)
System\Xml\Schema\XsdBuilder.cs (1)
2231builder._identityConstraint.Fields.Add(builder._xpath);
System\Xml\Serialization\SchemaObjectWriter.cs (3)
1039XmlSchemaObjectCollection a = (XmlSchemaObjectCollection)o.@Fields; 1096XmlSchemaObjectCollection a = (XmlSchemaObjectCollection)o.@Fields; 1118XmlSchemaObjectCollection a = (XmlSchemaObjectCollection)o.@Fields;
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2727global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 2816global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 2865global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 10875global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 11054global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 11149global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields;