2 references to IsPrefixTwoUnderscore
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (2)
3173if(IsPrefixTwoUnderscore(name)) { 3187if (IsKeyword(name) || IsPrefixTwoUnderscore(name)) {