2 writes to TokenIndex
WasmAppBuilder (2)
IcallTableGenerator.cs (2)
172icall.TokenIndex = (int)method.MetadataToken & 0xffffff; 315TokenIndex = 0;
4 references to TokenIndex
WasmAppBuilder (4)
IcallTableGenerator.cs (4)
83w.WriteLine(string.Format("{0},", icall.TokenIndex)); 90w.WriteLine(string.Format("// token {0},", icall.TokenIndex)); 328return TokenIndex - other!.TokenIndex;