2 writes to _rootName
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (2)
44
_rootName
= rootName;
67
_rootName
= mapping.ElementName;
5 references to _rootName
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (5)
50
if (
_rootName
== null)
55
xmlRoot.ElementName =
_rootName
;
64
if (
_rootName
== null)
116
if (
_rootName
!= null)
118
return reader.IsStartElement(
_rootName
, _rootNamespace);