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)
548get { return _hasSimpleContent; } 649if (!_hasSimpleContent && text != null && !text.Mapping.TypeDesc.CanBeTextValue)