2 references to CreateItemAsync
Microsoft.CodeAnalysis.Features (2)
SemanticSearch\SemanticSearchDefinitionItemFactory.cs (2)
38
=>
CreateItemAsync
(document, node.FullSpan, cancellationToken);
57
return await
CreateItemAsync
(document, location.SourceSpan, cancellationToken).ConfigureAwait(false);