1 write to _exportedClasses
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeExporter.cs (1)
80
_exportedClasses
= new Hashtable();
2 references to _exportedClasses
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeExporter.cs (2)
79
if (
_exportedClasses
== null)
81
return
_exportedClasses
;