2 references to Rule
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\AvoidUnreliableStreamRead.cs (2)
38
public sealed override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
Rule
);
86
context.ReportDiagnostic(invocation.CreateDiagnostic(
Rule
, invocation.TargetMethod.ToDisplayString()));