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