6 references to StartActionWithNoRegisteredActionsRule
Microsoft.CodeAnalysis.Analyzers (4)
MetaAnalyzers\RegisterActionAnalyzer.cs (4)
113
StartActionWithNoRegisteredActionsRule
,
202
/// Set of declared start analysis context parameters that need to be analyzed for <see cref="
StartActionWithNoRegisteredActionsRule
"/> and <see cref="StartActionWithOnlyEndActionRule"/>.
207
/// Set of declared start analysis context parameters that need to be skipped for <see cref="
StartActionWithNoRegisteredActionsRule
"/> and <see cref="StartActionWithOnlyEndActionRule"/>.
573
diagnostic = Diagnostic.Create(
StartActionWithNoRegisteredActionsRule
, location, parameterName, parentRegisterMethodName);
Microsoft.CodeAnalysis.Analyzers.UnitTests (2)
MetaAnalyzers\StartActionWithNoRegisteredActionsRuleTests.cs (2)
480
VerifyCS.Diagnostic(CSharpRegisterActionAnalyzer.
StartActionWithNoRegisteredActionsRule
)
487
VerifyVB.Diagnostic(BasicRegisterActionAnalyzer.
StartActionWithNoRegisteredActionsRule
)