1 write to _annotatedMethods
ILCompiler.Compiler (1)
Compiler\Dataflow\FlowAnnotations.cs (1)
857
=> (Type, TypeAnnotation,
_annotatedMethods
, _annotatedFields, _genericParameterAnnotations)
3 references to _annotatedMethods
ILCompiler.Compiler (3)
Compiler\Dataflow\FlowAnnotations.cs (3)
849
public bool IsDefault =>
_annotatedMethods
== null && _annotatedFields == null && _genericParameterAnnotations == null;
864
if (
_annotatedMethods
== null)
869
foreach (var m in
_annotatedMethods
)