3 references to GetApplicableNamingRuleAsync
Microsoft.CodeAnalysis.Features (3)
ConvertTupleToStruct\AbstractConvertTupleToStructCodeRefactoringProvider.cs (1)
295
var parameterNamingRule = await document.
GetApplicableNamingRuleAsync
(SymbolKind.Parameter, Accessibility.NotApplicable, cancellationToken).ConfigureAwait(false);
src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.cs (1)
131
var namingStyle = await document.
GetApplicableNamingRuleAsync
(kind, accessibility, cancellationToken).ConfigureAwait(false);
src\Analyzers\Core\CodeFixes\ImplementInterface\ImplementInterfaceGenerator_DisposePattern.cs (1)
239
var rule = await document.
GetApplicableNamingRuleAsync
(