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