1 write to _flowAnnotations
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
56
_flowAnnotations
= flowAnnotations;
7 references to _flowAnnotations
ILCompiler.Compiler (7)
Compiler\TypePreinit.cs (7)
120
TypePreinit nestedPreinit = new TypePreinit(type, _compilationGroup, _ilProvider, _policy, _readOnlyPolicy,
_flowAnnotations
);
379
if (
_flowAnnotations
.RequiresDataflowAnalysisDueToSignature(field))
416
&&
_flowAnnotations
.RequiresDataflowAnalysisDueToSignature(field))
514
if (
_flowAnnotations
.RequiresDataflowAnalysisDueToSignature(method))
590
if (
_flowAnnotations
.RequiresDataflowAnalysisDueToSignature(ctor))
743
if (
_flowAnnotations
.RequiresDataflowAnalysisDueToSignature(field))
789
if (
_flowAnnotations
.RequiresDataflowAnalysisDueToSignature(field))