3 writes to _hasSimpleContent
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (3)
631
_hasSimpleContent
= !hasElements && text != null && !text.Mapping.IsList;
642
_hasSimpleContent
= true;
647
_hasSimpleContent
= false;
2 references to _hasSimpleContent
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (2)
548
get { return
_hasSimpleContent
; }
649
if (!
_hasSimpleContent
&& text != null && !text.Mapping.TypeDesc.CanBeTextValue)