2 references to RequiresVirtualMethodDataflowAnalysis
ILCompiler.Compiler (2)
Compiler\UsageBasedMetadataManager.cs (2)
840
bool baseMethodRequiresDataflow = FlowAnnotations.
RequiresVirtualMethodDataflowAnalysis
(baseMethod);
841
bool overridingMethodRequiresDataflow = FlowAnnotations.
RequiresVirtualMethodDataflowAnalysis
(overridingMethod);