2 overrides of TryAddUsingsOrImportToDocumentAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
GenerateType\CSharpGenerateTypeService.cs (1)
766
internal override async Task<Solution>
TryAddUsingsOrImportToDocumentAsync
(
Microsoft.CodeAnalysis.VisualBasic.Features (1)
GenerateType\VisualBasicGenerateTypeService.vb (1)
623
Friend Overrides Async Function
TryAddUsingsOrImportToDocumentAsync
(
2 references to TryAddUsingsOrImportToDocumentAsync
Microsoft.CodeAnalysis.Features (2)
GenerateType\AbstractGenerateTypeService.Editor.cs (2)
368
updatedSolution = await _service.
TryAddUsingsOrImportToDocumentAsync
(
459
updatedSolution = await _service.
TryAddUsingsOrImportToDocumentAsync
(