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