3 types derived from ReferenceValue
ILCompiler.Compiler (3)
Compiler\Dataflow\FieldReferenceValue.cs (1)
13
:
ReferenceValue
(FieldDefinition.FieldType)
Compiler\Dataflow\LocalVariableReferenceValue.cs (1)
11
public partial record LocalVariableReferenceValue :
ReferenceValue
Compiler\Dataflow\ParameterReferenceValue.cs (1)
12
:
ReferenceValue
(Parameter.ParameterType)
3 references to ReferenceValue
ILCompiler.Compiler (3)
Compiler\Dataflow\MethodBodyScanner.cs (3)
1023
/// Handles storing the source value in a target <see cref="
ReferenceValue
"/> or MultiValue of ReferenceValues.
1025
/// <param name="target">A set of <see cref="
ReferenceValue
"/> that a value is being stored into</param>
1222
case
ReferenceValue
referenceValue: