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)
849public bool IsDefault => _annotatedMethods == null && _annotatedFields == null && _genericParameterAnnotations == null; 864if (_annotatedMethods == null) 869foreach (var m in _annotatedMethods)