7 references to ToLower
Microsoft.CodeAnalysis (3)
CommandLine\AnalyzerConfig.cs (2)
245
key = CaseInsensitiveComparison.
ToLower
(key);
248
value = CaseInsensitiveComparison.
ToLower
(value);
CommandLine\SarifVersion.cs (1)
47
switch (CaseInsensitiveComparison.
ToLower
(version))
Microsoft.CodeAnalysis.CSharp (1)
LanguageVersion.cs (1)
458
switch (CaseInsensitiveComparison.
ToLower
(version))
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\AnonymousTypes\CRC32.vb (1)
20
crc32 = Crc32Update(crc32, s_encoding.GetBytes(CaseInsensitiveComparison.
ToLower
(name)))
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Extensions\SourceTextExtensions.cs (2)
82
var normalized = caseSensitive ? value : CaseInsensitiveComparison.
ToLower
(value);
112
var normalized = caseSensitive ? value : CaseInsensitiveComparison.
ToLower
(value);