2 references to CreateDescriptorWithId
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Analyzers\CSharp\Analyzers\UseExpressionBodyForLambda\UseExpressionBodyForLambdaDiagnosticAnalyzer.cs (2)
19
private static readonly DiagnosticDescriptor s_useExpressionBodyForLambda =
CreateDescriptorWithId
(UseExpressionBodyForLambdaHelpers.UseExpressionBodyTitle, UseExpressionBodyForLambdaHelpers.UseExpressionBodyTitle);
20
private static readonly DiagnosticDescriptor s_useBlockBodyForLambda =
CreateDescriptorWithId
(UseExpressionBodyForLambdaHelpers.UseBlockBodyTitle, UseExpressionBodyForLambdaHelpers.UseBlockBodyTitle);