2 references to Rule
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Diagnostics\DiagnosticAnalyzerTests.cs (2)
4122
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get { return ImmutableArray.Create(
Rule
); } }
4135
var diagnostic = CodeAnalysis.Diagnostic.Create(
Rule
, context.Node.GetLocation(), context.Node.Kind(), context.ContainingSymbol.Name);