1 write to _typesInUse
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaImporter.cs (1)
140
_typesInUse
= new NameTable();
2 references to _typesInUse
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaImporter.cs (2)
139
if (
_typesInUse
== null)
141
return
_typesInUse
;