2 instantiations of BinaryLibraryRecord
System.Formats.Nrbf (2)
System\Formats\Nrbf\BinaryLibraryRecord.cs (2)
49
return new
BinaryLibraryRecord
(id, assemblyNameInfo);
56
return new
BinaryLibraryRecord
(id, rawName);
10 references to BinaryLibraryRecord
System.Formats.Nrbf (10)
System\Formats\Nrbf\BinaryLibraryRecord.cs (2)
33
public override TypeName TypeName => TypeName.Parse(nameof(
BinaryLibraryRecord
).AsSpan());
42
internal static
BinaryLibraryRecord
Decode(BinaryReader reader, PayloadOptions options)
System\Formats\Nrbf\ClassInfo.cs (1)
80
internal void LoadTypeName(
BinaryLibraryRecord
libraryRecord, PayloadOptions payloadOptions)
System\Formats\Nrbf\ClassTypeInfo.cs (2)
29
BinaryLibraryRecord
library = recordMap.GetRecord<
BinaryLibraryRecord
>(libraryId);
System\Formats\Nrbf\ClassWithMembersAndTypesRecord.cs (2)
30
BinaryLibraryRecord
library = recordMap.GetRecord<
BinaryLibraryRecord
>(libraryId);
System\Formats\Nrbf\NrbfDecoder.cs (2)
190
while (nextRecord is
BinaryLibraryRecord
);
228
SerializationRecordType.BinaryLibrary =>
BinaryLibraryRecord
.Decode(reader, options),
System\Formats\Nrbf\Utils\TypeNameHelpers.cs (1)
110
internal static TypeName ParseNonSystemClassRecordTypeName(this string rawName,
BinaryLibraryRecord
libraryRecord, PayloadOptions payloadOptions)