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
;
30
private protected override string RequiresAttributeName =>
RequiresDynamicCodeAttribute
;