1 instantiation of IntentDataProvider
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\IntelliCode\IntentProcessor.cs (1)
80
new
IntentDataProvider
(
5 references to IntentDataProvider
Microsoft.CodeAnalysis.EditorFeatures (2)
Intents\DeleteParameterIntentProvider.cs (1)
38
IntentDataProvider
intentDataProvider,
Intents\RenameIntentProvider.cs (1)
35
IntentDataProvider
intentDataProvider,
Microsoft.CodeAnalysis.Features (3)
AddConstructorParametersFromMembers\AddConstructorParametersFromMembersCodeRefactoringProvider.cs (1)
166
Document priorDocument, TextSpan priorSelection, Document currentDocument,
IntentDataProvider
intentDataProvider, CancellationToken cancellationToken)
GenerateConstructorFromMembers\AbstractGenerateConstructorFromMembersCodeRefactoringProvider.cs (1)
76
public async Task<ImmutableArray<IntentProcessorResult>> ComputeIntentAsync(Document priorDocument, TextSpan priorSelection, Document currentDocument,
IntentDataProvider
intentDataProvider, CancellationToken cancellationToken)
Intents\IIntentProvider.cs (1)
18
IntentDataProvider
intentDataProvider,