10 references to RuleId
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests (10)
Microsoft.NetCore.Analyzers\Runtime\ProvideStreamMemoryAsyncOverridesTests.cs (10)
874
#pragma warning disable {
RuleId
}
876
#pragma warning restore {
RuleId
}
907
#Disable Warning {
RuleId
}
909
#Enable Warning {
RuleId
}
938
#pragma warning disable {
RuleId
}
940
#pragma warning restore {
RuleId
}
972
#Disable Warning {
RuleId
}
974
#Enable Warning {
RuleId
}
1116
new DiagnosticResult(
RuleId
, DiagnosticSeverity.Info)
1146
new DiagnosticResult(
RuleId
, DiagnosticSeverity.Info)