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