1 write to MatchIgnoringCase
Microsoft.CodeAnalysis (1)
Symbols\Attributes\AttributeDescription.cs (1)
30this.MatchIgnoringCase = matchIgnoringCase;
2 references to MatchIgnoringCase
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (1)
2907if (!IsTargetAttribute(metadataReader, customAttribute, description.Namespace, description.Name, out ctor, description.MatchIgnoringCase))
Symbols\Attributes\CommonAttributeData.cs (1)
92StringComparison options = description.MatchIgnoringCase ? StringComparison.OrdinalIgnoreCase : StringComparison.Ordinal;