5 references to Rule
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (5)
Diagnostics\DiagnosticAnalyzerTests.cs (5)
3843
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get { return ImmutableArray.Create(
Rule
); } }
3850
context => context.ReportDiagnostic(CodeAnalysis.Diagnostic.Create(
Rule
, context.Node.GetLocation())),
3856
context => context.ReportDiagnostic(CodeAnalysis.Diagnostic.Create(
Rule
, context.Node.GetLocation())),
3863
context => context.ReportDiagnostic(CodeAnalysis.Diagnostic.Create(
Rule
, context.Operation.Syntax.GetLocation())),
3869
context => context.ReportDiagnostic(CodeAnalysis.Diagnostic.Create(
Rule
, context.Operation.Syntax.GetLocation())),