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