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