2 writes to _xmlImporter
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
547
_xmlImporter
= null;
556
_xmlImporter
= new XmlReflectionImporter(_defaultNs);
2 references to _xmlImporter
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
554
if (
_xmlImporter
== null)
558
return
_xmlImporter
;