3 references to RequiresDynamicCodeAttribute
ILLink.RoslynAnalyzer (3)
RequiresDynamicCodeAnalyzer.cs (3)
19private const string RequiresDynamicCodeAttribute = nameof(RequiresDynamicCodeAttribute); 20public const string FullyQualifiedRequiresDynamicCodeAttribute = "System.Diagnostics.CodeAnalysis." + RequiresDynamicCodeAttribute; 30private protected override string RequiresAttributeName => RequiresDynamicCodeAttribute;