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