2 writes to _localElements
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (2)
318
_localElements
= new XmlSchemaObjectTable();
491
_localElements
= null;
2 references to _localElements
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (2)
316
if (
_localElements
== null)
320
return
_localElements
;