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