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