4 overrides of VerifyAttributeArguments
ILLink.RoslynAnalyzer (4)
RequiresAssemblyFilesAnalyzer.cs (1)
135
protected override bool
VerifyAttributeArguments
(AttributeData attribute) => attribute.ConstructorArguments.Length == 0 ||
RequiresDynamicCodeAnalyzer.cs (1)
177
protected override bool
VerifyAttributeArguments
(AttributeData attribute) =>
RequiresUnreferencedCodeAnalyzer.cs (1)
97
protected override bool
VerifyAttributeArguments
(AttributeData attribute) =>
RequiresUnsafeAnalyzer.cs (1)
98
protected override bool
VerifyAttributeArguments
(AttributeData attribute) => true;
1 reference to VerifyAttributeArguments
ILLink.RoslynAnalyzer (1)
RequiresAnalyzerBase.cs (1)
175
if (!
VerifyAttributeArguments
(requiresAttribute))