3 references to FixedStringLookup
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
3585return FixedStringLookup.Contains(s_keywords, value, false);
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (2)
367FixedStringLookup.VerifyLookupTable(s_keywords, true); 2920return FixedStringLookup.Contains(s_keywords, value, true);