25 references to @Fields
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
1016foreach (XmlSchemaXPath node in keyNode.Fields) {
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2326global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 2399global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 2440global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 8842global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 8990global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields; 9066global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Fields;
System.Xml (18)
System\Xml\Schema\CompiledidEntityConstraint.cs (2)
56XmlSchemaObjectCollection fields = constraint.Fields; 64e.SetSource(constraint.Fields[idxField]);
System\Xml\Schema\Preprocessor.cs (4)
1225if (constraint.Fields.Count == 0) { 1243for (int i = 0; i < constraint.Fields.Count; ++i) { 1244SetParent(constraint.Fields[i], constraint); 1245ValidateIdAttribute(constraint.Fields[i]);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
1768if (ic.Fields.Count != xi.Fields.Count) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
913if (constraint.Fields.Count == 0) { 931for (int i = 0; i < constraint.Fields.Count; ++i) { 932SetParent(constraint.Fields[i], constraint); 933ValidateIdAttribute(constraint.Fields[i]);
System\Xml\Schema\SchemaSetCompiler.cs (2)
2114if (ic.Fields.Count != xi.Fields.Count) {
System\Xml\Schema\XsdBuilder.cs (1)
2048builder.identityConstraint.Fields.Add(builder.xpath);
System\Xml\Serialization\SchemaObjectWriter.cs (3)
866XmlSchemaObjectCollection a = (XmlSchemaObjectCollection)o.@Fields; 915XmlSchemaObjectCollection a = (XmlSchemaObjectCollection)o.@Fields; 935XmlSchemaObjectCollection a = (XmlSchemaObjectCollection)o.@Fields;