• M
    Optimize performance for LookupSymbols(name) · 400be5d9
    Manish Vasani 提交于
    A customer trace on recent 15.3 release shows that `Microsoft.CodeAnalysis.CSharp!Binder.IsAccessibleHelper` is taking up large amount of CPU stacks for LookupSymbols(name) calls from IDE analyzers. This change optimizes the performance of this code path by adding a name check before doing accessibilty checks.
    400be5d9
ImplicitVariableBinder.vb 11.9 KB