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