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