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