You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_dependencyGraph.AddRoot(GetHelperEntrypoint(ReadyToRunHelper.CheckInstanceClass),"Not tracked by scanner");
152
154
_dependencyGraph.AddRoot(GetHelperEntrypoint(ReadyToRunHelper.IsInstanceOfException),"Not tracked by scanner");
153
155
_dependencyGraph.AddRoot(_nodeFactory.MethodEntrypoint(_nodeFactory.TypeSystemContext.GetHelperEntryPoint("ThrowHelpers","ThrowFeatureBodyRemoved")),"Substitution for methods removed based on scanning");
156
+
}
154
157
155
158
_dependencyGraph.ComputeMarkedNodes();
156
159
@@ -292,7 +295,7 @@ public BodyAndFieldSubstitutions GetBodyAndFieldSubstitutions()
0 commit comments