1 write to _interfaceIndex
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (1)
180
_interfaceIndex
= interfaceIndex;
5 references to _interfaceIndex
ILCompiler.Compiler (5)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (3)
191
public int InterfaceIndex =>
_interfaceIndex
;
245
if (
_interfaceIndex
>= 0)
247
codeStream.EmitLdc(
_interfaceIndex
);
Compiler\CompilerTypeSystemContext.Sorting.cs (2)
51
int result = System.Collections.Generic.Comparer<int>.Default.Compare(
_interfaceIndex
, otherMethod.
_interfaceIndex
);