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