2 instantiations of MethodBodyValue
ILCompiler.Compiler (2)
Compiler\Dataflow\InterproceduralState.cs (2)
72
methodsList.Add(new
MethodBodyValue
(methodBody));
85
methodsList.Add(new
MethodBodyValue
(stateMachineMethodBody));
10 references to MethodBodyValue
ILCompiler.Compiler (10)
Compiler\Dataflow\InterproceduralState.cs (9)
23
internal readonly record struct MethodBodyValue(MethodIL MethodBody) : IEquatable<
MethodBodyValue
>
25
bool IEquatable<
MethodBodyValue
>.Equals(ILCompiler.Dataflow.
MethodBodyValue
other)
38
public ValueSet<
MethodBodyValue
> MethodBodies;
42
public InterproceduralState(ILProvider ilProvider, ValueSet<
MethodBodyValue
> methodBodies, HoistedLocalState hoistedLocals, InterproceduralStateLattice lattice)
71
var methodsList = new List<
MethodBodyValue
>(MethodBodies.GetKnownValues());
90
MethodBodies = new ValueSet<
MethodBodyValue
>(methodsList);
149
public readonly ValueSetLattice<
MethodBodyValue
> MethodBodyLattice;
154
ValueSetLattice<
MethodBodyValue
> methodBodyLattice,
Compiler\Dataflow\MethodBodyScanner.cs (1)
310
foreach (
var
methodBodyValue in oldInterproceduralState.MethodBodies.GetKnownValues())