2 references to GetTransformedDocumentAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
AbstractFileHeaderCodeFixProvider.cs (2)
38
cancellationToken =>
GetTransformedDocumentAsync
(context.Document, context.GetOptionsProvider(), cancellationToken),
235
return await this.
GetTransformedDocumentAsync
(document, context.GetOptionsProvider(), context.CancellationToken).ConfigureAwait(false);