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