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