2 references to GetApplicableNamingRuleAsync
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertAutoPropertyToFullProperty\CSharpConvertAutoPropertyToFullPropertyCodeRefactoringProvider.cs (1)
38
var rule = await document.
GetApplicableNamingRuleAsync
(
ConvertPrimaryToRegularConstructor\ConvertPrimaryToRegularConstructorCodeRefactoringProvider.cs (1)
86
var fieldNameRule = await document.
GetApplicableNamingRuleAsync
(