2 references to BuildContentAsync
Microsoft.CodeAnalysis.VisualBasic.Features (2)
QuickInfo\VisualBasicSemanticQuickInfoProvider.vb (2)
74Return Await BuildContentAsync(services, semanticModel, token, DirectCast(parent, FieldDeclarationSyntax).Declarators, options, cancellationToken).ConfigureAwait(False)
76Return Await BuildContentAsync(services, semanticModel, token, DirectCast(parent, LocalDeclarationStatementSyntax).Declarators, options, cancellationToken).ConfigureAwait(False)