• W
    Remove ILGlobals dependency on ILMetadataReader (#8041) · 0962ff14
    Will Smith 提交于
    * First step to get rid of ilglobals
    
    * Added ILScopeRef.PrimaryAssembly
    
    * almost
    
    * Fixed
    
    * Fixing build
    
    * Revert ilwrite changes from last commit
    
    * some cleanup
    
    * Trying to fix build
    
    * Trying to fix build
    
    * Adjusting a few cases that use QualifiedName
    
    * Refactor a bit on normalize
    
    * Some cleanup
    
    * Put ctok in local function
    
    * Minor touch up for ILScopeRef matching
    
    * Do not need this function anymore
    
    * Remove ILGlobals dep on getNameOfScopeRef
    
    * Added possiblePrimaryAssemblyRefs
    
    * Fixed build
    
    * Hopefully this fixes the build
    
    * Added EqualsIgnoringVersion to ILAssemblyRef
    
    * Added RemapAssemblyRef
    
    * Use EqualsIgnoringVersion on primaryAssemblyRef check in remap
    
    * Cleanup
    
    * nit style feedback changes
    
    * Removed RemapAssemblyRef. Added stamp that ignores version.
    
    * Fixed build
    
    * Minor format change
    
    * minor name refactoring
    
    * minimizing diff
    0962ff14
il.fsi 71.8 KB