3 references to IsKeyword
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (3)
3626
if (
IsKeyword
(value))
3652
while (
IsKeyword
(name))
3664
if (
IsKeyword
(name) || IsPrefixTwoUnderscore(name))