3 references to RegexMemberMustHaveValidSignature
System.Text.RegularExpressions.Generator (3)
RegexGenerator.Parser.cs (3)
35
return new DiagnosticData(DiagnosticDescriptors.
RegexMemberMustHaveValidSignature
, GetComparableLocation(context.TargetNode));
121
return new DiagnosticData(DiagnosticDescriptors.
RegexMemberMustHaveValidSignature
, GetComparableLocation(memberSyntax));
135
return new DiagnosticData(DiagnosticDescriptors.
RegexMemberMustHaveValidSignature
, GetComparableLocation(memberSyntax));