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