5 references to CanBeTextValue
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
649if (!_hasSimpleContent && text != null && !text.Mapping.TypeDesc.CanBeTextValue)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (1)
225get { return _isMixed || CanBeTextValue; }
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
870if (!member.Text.Mapping.TypeDesc.CanBeTextValue && member.Text.Mapping.IsList) 1148if (typeDesc.CanBeTextValue || typeDesc.IsEnum || typeDesc.IsPrimitive)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
1224if (!(mapping is PrimitiveMapping || mapping.TypeDesc.CanBeTextValue))