1 write to _annotations
ILCompiler.Compiler (1)
Compiler\Dataflow\AttributeDataFlow.cs (1)
35
_annotations
= annotations;
4 references to _annotations
ILCompiler.Compiler (4)
Compiler\Dataflow\AttributeDataFlow.cs (4)
55
if (
_annotations
.RequiresDataflowAnalysisDueToSignature(method))
101
var parameterValue =
_annotations
.GetMethodParameterValue(parameter);
112
var fieldValueCandidate =
_annotations
.GetFieldValue(field);
138
var reflectionMarker = new ReflectionMarker(_logger, _factory,
_annotations
, typeHierarchyDataFlowOrigin: null, enabled: true);