1 write to _interestingForDynamicDependencyAnalysis
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\InheritedVirtualMethodsNode.cs (1)
32
_interestingForDynamicDependencyAnalysis
= TypeHasGVMSlots(type);
1 reference to _interestingForDynamicDependencyAnalysis
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\InheritedVirtualMethodsNode.cs (1)
37
public override bool InterestingForDynamicDependencyAnalysis =>
_interestingForDynamicDependencyAnalysis
;