1 write to LibraryName
System.Formats.Nrbf (1)
System\Formats\Nrbf\BinaryLibraryRecord.cs (1)
28
LibraryName
= libraryName;
2 references to LibraryName
System.Formats.Nrbf (2)
System\Formats\Nrbf\Utils\TypeNameHelpers.cs (2)
112
if (libraryRecord.
LibraryName
is not null)
114
return ParseWithoutAssemblyName(rawName, payloadOptions).With(libraryRecord.
LibraryName
);