1 write to _annotatedMethods
illink (1)
Linker.Dataflow\FlowAnnotations.cs (1)
669
=> (_type, _typeAnnotation,
_annotatedMethods
, _annotatedFields, _genericParameterAnnotations)
2 references to _annotatedMethods
illink (2)
Linker.Dataflow\FlowAnnotations.cs (2)
678
if (
_annotatedMethods
== null)
683
foreach (var m in
_annotatedMethods
)