2 overrides of GetFieldNameAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertAutoPropertyToFullProperty\CSharpConvertAutoPropertyToFullPropertyCodeRefactoringProvider.cs (1)
35
protected override async Task<string>
GetFieldNameAsync
(Document document, IPropertySymbol property, NamingStylePreferencesProvider fallbackOptions, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ConvertAutoPropertyToFullProperty\VisualBasicConvertAutoPropertyToFullProperty.vb (1)
34
Protected Overrides Function
GetFieldNameAsync
(document As Document, propertySymbol As IPropertySymbol, fallbackOptions As NamingStylePreferencesProvider, cancellationToken As CancellationToken) As Task(Of String)
1 reference to GetFieldNameAsync
Microsoft.CodeAnalysis.Features (1)
ConvertAutoPropertyToFullProperty\AbstractConvertAutoPropertyToFullPropertyCodeRefactoringProvider.cs (1)
90
var fieldName = await
GetFieldNameAsync
(document, propertySymbol, fallbackOptions, cancellationToken).ConfigureAwait(false);