We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
roslyn/src/Compilers/Core/Portable/Collections/ImmutableArrayExtensions.cs
Lines 971 to 995 in 7c23c2e
It looks like members.As<TNamedTypeSymbol>() can be used to quickly detect a situation when hasType is true && hasNamespace is false
members.As<TNamedTypeSymbol>()
hasType is true && hasNamespace is false
The text was updated successfully, but these errors were encountered:
Assigned to @CyrusNajmabadi since he already has a fix in the works.
Sorry, something went wrong.
CyrusNajmabadi
Successfully merging a pull request may close this issue.
roslyn/src/Compilers/Core/Portable/Collections/ImmutableArrayExtensions.cs
Lines 971 to 995 in 7c23c2e
It looks like
members.As<TNamedTypeSymbol>()
can be used to quickly detect a situation whenhasType is true && hasNamespace is false
The text was updated successfully, but these errors were encountered: