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