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)
55if (_annotations.RequiresDataflowAnalysisDueToSignature(method)) 101var parameterValue = _annotations.GetMethodParameterValue(parameter); 112var fieldValueCandidate = _annotations.GetFieldValue(field); 138var reflectionMarker = new ReflectionMarker(_logger, _factory, _annotations, typeHierarchyDataFlowOrigin: null, enabled: true);