1 write to InterfaceIndex
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (1)
112
InterfaceIndex
= interfaceIndex;
3 references to InterfaceIndex
ILCompiler.Compiler (3)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (3)
121
return key.TargetMethod.GetHashCode() ^ key.
InterfaceIndex
;
130
key.
InterfaceIndex
== value.InterfaceIndex &&
142
return new DefaultInterfaceMethodImplementationInstantiationThunk(owningTypeOfThunks, key.TargetMethod, key.
InterfaceIndex
, key.UseContextFromRuntime);