5 references to String
System.Formats.Nrbf (5)
System\Formats\Nrbf\MemberTypeInfo.cs (3)
56
case BinaryType.
String
:
100
BinaryType.
String
=> (Strings, default),
117
BinaryType.
String
=> TypeNameHelpers.GetPrimitiveTypeName(TypeNameHelpers.StringPrimitiveType),
System\Formats\Nrbf\NrbfDecoder.cs (2)
388
else if (binaryType == BinaryType.
String
)
420
else if (binaryType == BinaryType.
String
)