6 references to StartActionWithOnlyEndActionRule
Microsoft.CodeAnalysis.Analyzers (4)
MetaAnalyzers\RegisterActionAnalyzer.cs (4)
114
StartActionWithOnlyEndActionRule
);
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
"/>.
577
diagnostic = Diagnostic.Create(
StartActionWithOnlyEndActionRule
, location, parameterName, endActionName, statelessActionName, parentRegisterMethodName);
Microsoft.CodeAnalysis.Analyzers.UnitTests (2)
MetaAnalyzers\StartActionWithOnlyEndActionRuleTests.cs (2)
337
VerifyCS.Diagnostic(CSharpRegisterActionAnalyzer.
StartActionWithOnlyEndActionRule
)
344
VerifyVB.Diagnostic(BasicRegisterActionAnalyzer.
StartActionWithOnlyEndActionRule
)