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
@alexperovich I noticed that System.Private.CoreLib has at least two files called IEnumerable.cs, but only the first one is indexed: https://source.dot.net/#q=ienumerable.cs
I'm guessing that the tool you're using flattens the list of files in a project, so only the first (non-generic) IEnumerable.cs survives.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@alexperovich I noticed that System.Private.CoreLib has at least two files called IEnumerable.cs, but only the first one is indexed:
https://source.dot.net/#q=ienumerable.cs
I'm guessing that the tool you're using flattens the list of files in a project, so only the first (non-generic) IEnumerable.cs survives.
The text was updated successfully, but these errors were encountered: