1 override of LanguageOptions
System (1)
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
62
public override LanguageOptions
LanguageOptions
{
3 references to LanguageOptions
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1372
return cdp.
LanguageOptions
!= LanguageOptions.CaseInsensitive;
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
100
_isLanguageCaseSensitive = (provider.
LanguageOptions
& LanguageOptions.CaseInsensitive) == 0;
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
259
_isLanguageCaseSensitive = (provider.
LanguageOptions
& LanguageOptions.CaseInsensitive) == 0;