2 references to GetDocumentForAssemblyAsync
Microsoft.DotNet.ApiDiff (1)
MemoryOutputDiffGenerator.cs (1)
195
Document document = await docGenerator.
GetDocumentForAssemblyAsync
(assemblySymbol).ConfigureAwait(false); // Super hot and resource-intensive path
Microsoft.DotNet.GenAPI (1)
CSharpFileBuilder.cs (1)
71
Document document = _docGenerator.
GetDocumentForAssemblyAsync
(assemblySymbol).Result;