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