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