5 references to Rule
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (5)
Diagnostics\DiagnosticAnalyzerTests.cs (5)
3751
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get { return ImmutableArray.Create(
Rule
); } }
3758
context => context.ReportDiagnostic(CodeAnalysis.Diagnostic.Create(
Rule
, context.Node.GetLocation())),
3764
context => context.ReportDiagnostic(CodeAnalysis.Diagnostic.Create(
Rule
, context.Node.GetLocation())),
3771
context => context.ReportDiagnostic(CodeAnalysis.Diagnostic.Create(
Rule
, context.Operation.Syntax.GetLocation())),
3777
context => context.ReportDiagnostic(CodeAnalysis.Diagnostic.Create(
Rule
, context.Operation.Syntax.GetLocation())),