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