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