dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.73k stars 3.99k forks source link

Edit and continue symbol matchers assume that custom modifiers can always be matched #4721

Open AlekseyTs opened 8 years ago

AlekseyTs commented 8 years ago

See implementations of VisitCustomModifier method in src\Compilers\CSharp\Portable\Emitter\EditAndContinue\CSharpSymbolMatcher.cs and src\Compilers\VisualBasic\Portable\Emit\EditAndContinue\VisualBasicSymbolMatcher.vb.

Is this assumption justified.

@tmat FYI

tmat commented 8 years ago

@ManishJayaswal Moved to 1.3