8 references to IsKeyword
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (8)
370
Debug.Assert(
IsKeyword
("for"));
371
Debug.Assert(
IsKeyword
("foR"));
372
Debug.Assert(
IsKeyword
("cdec"));
373
Debug.Assert(!
IsKeyword
("cdab"));
374
Debug.Assert(!
IsKeyword
("cdum"));
2950
if (
IsKeyword
(value))
2969
if (
IsKeyword
(name))
2978
if (
IsKeyword
(name))