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