4 references to AttributeName
Microsoft.ML.InternalCodeAnalyzer (4)
BestFriendOnPublicDeclarationsAnalyzer.cs (4)
19private const string Title = "Public declarations should not have " + AttributeName + " attribute."; 20private const string Format = "The " + AttributeName + " should not be applied to publicly visible members."; 23"The " + AttributeName + " attribute is not valid on public identifiers."; 44var list = new List<string> { AttributeName, "Microsoft.ML.Internal.CpuMath.Core.BestFriendAttribute" };