Exemple #1
0
 /// <summary>
 /// The version of the most recently modified document.
 /// </summary>
 public Task <VersionStamp> GetLatestDocumentVersionAsync(CancellationToken cancellationToken = default)
 {
     return(_projectState.GetLatestDocumentVersionAsync(cancellationToken));
 }