1 write to _flowAnnotations
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
55
_flowAnnotations
= flowAnnotations;
7 references to _flowAnnotations
ILCompiler.Compiler (7)
Compiler\TypePreinit.cs (7)
119
TypePreinit nestedPreinit = new TypePreinit(type, _compilationGroup, _ilProvider, _policy, _readOnlyPolicy,
_flowAnnotations
);
368
if (
_flowAnnotations
.RequiresDataflowAnalysisDueToSignature(field))
405
&&
_flowAnnotations
.RequiresDataflowAnalysisDueToSignature(field))
503
if (
_flowAnnotations
.RequiresDataflowAnalysisDueToSignature(method))
579
if (
_flowAnnotations
.RequiresDataflowAnalysisDueToSignature(ctor))
732
if (
_flowAnnotations
.RequiresDataflowAnalysisDueToSignature(field))
778
if (
_flowAnnotations
.RequiresDataflowAnalysisDueToSignature(field))