2 references to GetFieldValue
illink (2)
Linker.Dataflow\AttributeDataFlow.cs (1)
42
var fieldValueCandidate = _context.Annotations.FlowAnnotations.
GetFieldValue
(field);
Linker.Dataflow\ReflectionMethodBodyScanner.cs (1)
94
protected override MultiValue GetFieldValue (FieldReference field) => _annotations.
GetFieldValue
(field);