Skip to content
New issue

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

Functions With No Access Modifier Are Omitted #145

Open
codinglifestyle opened this issue Nov 15, 2022 · 1 comment
Open

Functions With No Access Modifier Are Omitted #145

codinglifestyle opened this issue Nov 15, 2022 · 1 comment
Assignees

Comments

@codinglifestyle
Copy link

I had a function I was searching for but it was not on the map. This is a aspx.cs file with regions. Inside the region were 5 functions. The 3rd and 4th functions had no access modifier:

void _GridQuotes_RowDataBoundSubItems(object sender, GridViewRowEventArgs e)

Even once I located the function w/o the map I clicked the refresh button, changed files and came back, and it did not appear.

Once I added protected to the function and hit refresh it came up on the map straight away.

@sboulema
Copy link
Owner

sboulema commented Mar 4, 2024

Sorry i am unable to reproduce this:
image

Do have a more complete piece of code that I can use to reproduce this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants