Skip to content

Commit

Permalink
[loader] Fix mistake in netcore_load_reference comment (#33941)
Browse files Browse the repository at this point in the history
The code here was right, the comment wrong. Also updated to mention that we now check APP_PATHS.
  • Loading branch information
CoffeeFlux committed Mar 23, 2020
1 parent 344931e commit ff8e911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mono/mono/metadata/assembly.c
Original file line number Diff line number Diff line change
Expand Up @@ -1667,8 +1667,8 @@ netcore_load_reference (MonoAssemblyName *aname, MonoAssemblyLoadContext *alc, M
* 3. If the ALC is not the default and this is not a satellite request,
* check if it's already loaded by the default ALC.
*
* 4. If the ALC is not the default or this is not a satellite request,
* check the TPA paths and ApplicationBase.
* 4. If the ALC is the default or this is not a satellite request,
* check the TPA list, APP_PATHS, and ApplicationBase.
*
* 5. If this is a satellite request, call the ALC ResolveSatelliteAssembly method.
*
Expand Down

0 comments on commit ff8e911

Please sign in to comment.