1 write to RawLibraryName
System.Formats.Nrbf (1)
System\Formats\Nrbf\BinaryLibraryRecord.cs (1)
22
RawLibraryName
= rawLibraryName;
2 references to RawLibraryName
System.Formats.Nrbf (2)
System\Formats\Nrbf\Utils\TypeNameHelpers.cs (2)
118
Debug.Assert(libraryRecord.
RawLibraryName
is not null);
132
ArraySegment<char> assemblyQualifiedName = RentAssemblyQualifiedName(rawName, libraryRecord.
RawLibraryName
);