• R
    Readonly members symbol display (#34876) · f99a821c
    Rikki Gibson 提交于
    * Symbol display for readonly members
    
    * Add coverage
    
    * Test malformed properties and events
    
    * Show readonly keyword on non-field members in QuickInfo
    
    * Use IsDeclaredReadOnly for symbol display (WIP)
    
    * Update based on design and fix some test failures
    
    * Add readonly keywords to various IL tests
    
    * Fix more tests, respond to feedback
    
    * Fix compile error
    
    * Don't display readonly keyword for implicit readonly getters from source
    
    * Don't show readonly keyword for members contained within a readonly struct
    
    * Move from extension methods to private statics
    f99a821c
SymbolDisplayVisitor.Members.cs 36.7 KB