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
Currently DynamicMethods are cached by their AST and signature. This check should be skipped if Ast.Extent.File is blank as the call site is very unlikely to be called again and will just keep the method alive indefinitely.
The text was updated successfully, but these errors were encountered:
Currently
DynamicMethod
s are cached by their AST and signature. This check should be skipped ifAst.Extent.File
is blank as the call site is very unlikely to be called again and will just keep the method alive indefinitely.The text was updated successfully, but these errors were encountered: