Example #1
0
 /// <summary>
 /// Determines if the compilation returned by <see cref="GetCompilationAsync"/> has all the references it's expected to have.
 /// </summary>
 // TODO: make this public
 internal Task <bool> HasCompleteReferencesAsync(CancellationToken cancellationToken = default(CancellationToken))
 {
     return(_solution.HasCompleteReferencesAsync(this, cancellationToken));
 }