Searched refs:CopyrightFormatRule (Results 1 – 1 of 1) sorted by relevance
22 ImmutableArray.Create(CopyrightDateRule, CopyrightFormatRule);46 … context.ReportDiagnostic(Diagnostic.Create(CopyrightFormatRule, location: null)); in CheckCopyrights()61 … context.ReportDiagnostic(Diagnostic.Create(CopyrightFormatRule, location: null)); in CheckCopyrights()86 … context.ReportDiagnostic(Diagnostic.Create(CopyrightFormatRule, comment.GetLocation())); in CheckCopyrights()110 … context.ReportDiagnostic(Diagnostic.Create(CopyrightFormatRule, commentNode.GetLocation())); in CheckAntmicroCopyrights()132 private static readonly DiagnosticDescriptor CopyrightFormatRule = new DiagnosticDescriptor( field in Antmicro.Renode.CustomAnalyzers.RenodeCopyrightAnalyzer