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