13 references to ReadSerializedString
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\AssemblyInformation.cs (1)
623arguments.Add(valueReader.ReadSerializedString());
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\AttributeTests_Tuples.cs (2)
889Assert.Equal(name, argsReader.ReadSerializedString()); 986Assert.Equal(name, argsReader.ReadSerializedString());
System.Diagnostics.FileVersionInfo (1)
System\Diagnostics\FileVersionInfo.Unix.cs (1)
320value = valueReader.ReadSerializedString();
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (4)
138string? name = valueReader.ReadSerializedString(); 288string? typeName = valueReader.ReadSerializedString(); 361value = valueReader.ReadSerializedString(); 365string? typeName = valueReader.ReadSerializedString();
System.Reflection.MetadataLoadContext (5)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (5)
216string? udtName = br.ReadSerializedString(); 237br.ReadSerializedString(); // Skip the typelib guid. 241br.ReadSerializedString(); // Skip name of native type. 245ma.MarshalType = br.ReadSerializedString(); 250ma.MarshalCookie = br.ReadSerializedString();