2 references to IsIgnoredName
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\AttributeStringLiteralsShouldParseCorrectly.cs (2)
178
if (valueValidator != null && !valueValidator.
IsIgnoredName
(parameter.Name))
212
!valueValidator.
IsIgnoredName
(namedArgument.Key) &&