3 references to GetApplicableNamingRuleAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupSessionManager_EventHookupSession.cs (1)
153
var namingRule = await document.
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
(