2 references to CaseInsensitive
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1381return cdp.LanguageOptions != LanguageOptions.CaseInsensitive;
System.CodeDom (1)
Microsoft\VisualBasic\VBCodeProvider.cs (1)
35public override LanguageOptions LanguageOptions => LanguageOptions.CaseInsensitive;