5 references to DoNotCallGetTestAccessorRule
Roslyn.Diagnostics.Analyzers (5)
DoNotCallGetTestAccessor.cs (5)
33
public sealed override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
DoNotCallGetTestAccessorRule
);
57
context.ReportDiagnostic(memberReference.Syntax.CreateDiagnostic(
DoNotCallGetTestAccessorRule
));
67
context.ReportDiagnostic(invocation.Syntax.CreateDiagnostic(
DoNotCallGetTestAccessorRule
));
72
context.ReportDiagnostic(invocation.Syntax.CreateDiagnostic(
DoNotCallGetTestAccessorRule
));
82
context.ReportDiagnostic(objectCreation.Syntax.CreateDiagnostic(
DoNotCallGetTestAccessorRule
));