7 instantiations of GCInfoComponent
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\MethodGCInfoNode.cs (7)
211yield return new GCInfoComponent(header); 212yield return new GCInfoComponent(_methodNode, 0); 213yield return new GCInfoComponent(_methodNode, _methodNode.Size); 215yield return new GCInfoComponent(factory.RuntimeFunctionsGCInfo, this.OffsetFromBeginningOfArray); 231yield return new GCInfoComponent(unwindInfo); 237yield return new GCInfoComponent(personalityRoutine, 0); 242yield return new GCInfoComponent(_methodNode.GCInfo);
6 references to GCInfoComponent
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\MethodGCInfoNode.cs (6)
120struct GCInfoComponent : IEquatable<GCInfoComponent> 160return obj is GCInfoComponent other && other.Equals(this); 163public bool Equals(GCInfoComponent other) 179private IEnumerable<GCInfoComponent> EncodeDataCore(NodeFactory factory) 263foreach (var item in node.EncodeDataCore(_factory)) 288foreach (var item in EncodeDataCore(factory))