5 references to Rule
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (5)
Diagnostics\DiagnosticAnalyzerTests.cs (5)
3844
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get { return ImmutableArray.Create(
Rule
); } }
3851
context => context.ReportDiagnostic(CodeAnalysis.Diagnostic.Create(
Rule
, context.Node.GetLocation())),
3857
context => context.ReportDiagnostic(CodeAnalysis.Diagnostic.Create(
Rule
, context.Node.GetLocation())),
3864
context => context.ReportDiagnostic(CodeAnalysis.Diagnostic.Create(
Rule
, context.Operation.Syntax.GetLocation())),
3870
context => context.ReportDiagnostic(CodeAnalysis.Diagnostic.Create(
Rule
, context.Operation.Syntax.GetLocation())),