3 references to StringRef_1Byte
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (2)
208case TypeCode.StringRef_1Byte: 316TypeCode.StringRef_1Byte => _stringReferenceMap.GetValue(ReadByte()),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectWriter.cs (1)
455WriteByte((byte)TypeCode.StringRef_1Byte);