24 references to Fields
dotnet-svcutil-lib (24)
FrameworkFork\Microsoft.Xml\Xml\schema\CompiledIdentityConstraint.cs (2)
65
XmlSchemaObjectCollection fields = constraint.
Fields
;
76
e.SetSource(constraint.
Fields
[idxField]);
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (4)
1497
if (constraint.
Fields
.Count == 0)
1520
for (int i = 0; i < constraint.
Fields
.Count; ++i)
1522
SetParent(constraint.
Fields
[i], constraint);
1523
ValidateIdAttribute(constraint.
Fields
[i]);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
2230
if (ic.
Fields
.Count != xi.
Fields
.Count)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (4)
1142
if (constraint.
Fields
.Count == 0)
1165
for (int i = 0; i < constraint.
Fields
.Count; ++i)
1167
SetParent(constraint.
Fields
[i], constraint);
1168
ValidateIdAttribute(constraint.
Fields
[i]);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
2661
if (ic.
Fields
.Count != xi.
Fields
.Count)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2236
builder._identityConstraint.
Fields
.Add(builder._xpath);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (3)
1042
XmlSchemaObjectCollection a = (XmlSchemaObjectCollection)o.
@Fields
;
1100
XmlSchemaObjectCollection a = (XmlSchemaObjectCollection)o.
@Fields
;
1123
XmlSchemaObjectCollection a = (XmlSchemaObjectCollection)o.
@Fields
;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
2961
Microsoft.Xml.Schema.XmlSchemaObjectCollection a = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.
@Fields
;
3051
Microsoft.Xml.Schema.XmlSchemaObjectCollection a = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.
@Fields
;
3101
Microsoft.Xml.Schema.XmlSchemaObjectCollection a = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.
@Fields
;
10946
Microsoft.Xml.Schema.XmlSchemaObjectCollection a_6 = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.
@Fields
;
11125
Microsoft.Xml.Schema.XmlSchemaObjectCollection a_6 = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.
@Fields
;
11217
Microsoft.Xml.Schema.XmlSchemaObjectCollection a_6 = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.
@Fields
;