1 write to InterfaceIndex
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (1)
111InterfaceIndex = interfaceIndex;
3 references to InterfaceIndex
ILCompiler.Compiler (3)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (3)
120return key.TargetMethod.GetHashCode() ^ key.InterfaceIndex; 129key.InterfaceIndex == value.InterfaceIndex && 141return new DefaultInterfaceMethodImplementationInstantiationThunk(owningTypeOfThunks, key.TargetMethod, key.InterfaceIndex, key.UseContextFromRuntime);