1 write to _dllName
ILAssembler (1)
VTableExportPEBuilder.cs (1)
115
_dllName
= dllName ?? "output.dll";
2 references to _dllName
ILAssembler (2)
VTableExportPEBuilder.cs (2)
422
int dllNameSize = Encoding.ASCII.GetByteCount(
_dllName
) + 1;
555
byte[] dllNameBytes = Encoding.ASCII.GetBytes(
_dllName
);