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