2 references to IsPrefixTwoUnderscore
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (2)
3647
if (
IsPrefixTwoUnderscore
(name))
3664
if (IsKeyword(name) ||
IsPrefixTwoUnderscore
(name))