2 references to IsWithinTheImportingNamespaceAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
GenerateType\CSharpGenerateTypeService.cs (1)
798
if (await
IsWithinTheImportingNamespaceAsync
(document, simpleName.SpanStart, includeUsingsOrImports, cancellationToken).ConfigureAwait(false))
Microsoft.CodeAnalysis.VisualBasic.Features (1)
GenerateType\VisualBasicGenerateTypeService.vb (1)
671
If Await
IsWithinTheImportingNamespaceAsync
(document, simpleName.SpanStart, includeUsingsOrImports, cancellationToken).ConfigureAwait(False) Then