1 write to IsIndirect
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
721
IsIndirect
= isIndirect;
4 references to IsIndirect
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (4)
184
key.
IsIndirect
? ReadyToRunFixupKind.IndirectPInvokeTarget : ReadyToRunFixupKind.PInvokeTarget,
726
return
IsIndirect
.Equals(other.
IsIndirect
) && MethodWithToken.Equals(other.MethodWithToken);
736
return
IsIndirect
.GetHashCode() ^ (MethodWithToken.GetHashCode() * 23);