3 writes to _xpath
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (3)
1074_xpath = (XmlSchemaXPath)container; 2204builder._xso = builder._xpath = new XmlSchemaXPath(); 2230builder._xso = builder._xpath = new XmlSchemaXPath();
5 references to _xpath
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (5)
949container = _xpath; 2207builder._identityConstraint.Selector = builder._xpath; 2217builder._xpath.XPath = value; 2236builder._identityConstraint.Fields.Add(builder._xpath); 2241builder._xpath.XPath = value;