1 implementation of IsCaseSensitive
Microsoft.CodeAnalysis (1)
SourceGeneration\ISyntaxHelper.cs (1)
40
public abstract bool
IsCaseSensitive
{ get; }
1 reference to IsCaseSensitive
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithSimpleName.cs (1)
162
var isCaseSensitive = syntaxHelper.
IsCaseSensitive
;