3 types derived from ReferenceValue
ILCompiler.Compiler (3)
Compiler\Dataflow\FieldReferenceValue.cs (1)
13: ReferenceValue(FieldDefinition.FieldType)
Compiler\Dataflow\LocalVariableReferenceValue.cs (1)
11public partial record LocalVariableReferenceValue : ReferenceValue
Compiler\Dataflow\ParameterReferenceValue.cs (1)
12: ReferenceValue(Parameter.ParameterType)
1 reference to ReferenceValue
ILCompiler.Compiler (1)
Compiler\Dataflow\MethodBodyScanner.cs (1)
1222case ReferenceValue referenceValue: