1 write to _fields
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\CompiledIdentityConstraint.cs (1)
67
_fields
= new Asttree[fields.Count];
2 references to _fields
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\CompiledIdentityConstraint.cs (2)
44
get { return
_fields
; }
72
_fields
[idxField] = new Asttree(((XmlSchemaXPath)fields[idxField]).XPath, true, nsmgr);