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)
191public int InterfaceIndex => _interfaceIndex; 245if (_interfaceIndex >= 0) 247codeStream.EmitLdc(_interfaceIndex);
Compiler\CompilerTypeSystemContext.Sorting.cs (2)
51int result = System.Collections.Generic.Comparer<int>.Default.Compare(_interfaceIndex, otherMethod._interfaceIndex);