7 instantiations of GCInfoComponent
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\MethodGCInfoNode.cs (7)
189yield return new GCInfoComponent(header); 190yield return new GCInfoComponent(_methodNode, 0); 191yield return new GCInfoComponent(_methodNode, _methodNode.Size); 193yield return new GCInfoComponent(factory.RuntimeFunctionsGCInfo, this.OffsetFromBeginningOfArray); 209yield return new GCInfoComponent(unwindInfo); 215yield return new GCInfoComponent(personalityRoutine, factory.Target.CodeDelta); 220yield return new GCInfoComponent(_methodNode.GCInfo);
6 references to GCInfoComponent
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\MethodGCInfoNode.cs (6)
99struct GCInfoComponent : IEquatable<GCInfoComponent> 139return obj is GCInfoComponent other && other.Equals(this); 142public bool Equals(GCInfoComponent other) 158private IEnumerable<GCInfoComponent> EncodeDataCore(NodeFactory factory) 241foreach (var item in node.EncodeDataCore(_factory)) 265foreach (var item in EncodeDataCore(factory))