5 references to GetFullyLoadedOpenDocumentInCurrentContextWithChangesAsync
Microsoft.CodeAnalysis.EditorFeatures (5)
ChangeSignature\AbstractChangeSignatureCommandHandler.cs (1)
66var document = await subjectBuffer.CurrentSnapshot.GetFullyLoadedOpenDocumentInCurrentContextWithChangesAsync(context.OperationContext).ConfigureAwait(true);
EncapsulateField\AbstractEncapsulateFieldCommandHandler.cs (1)
75var document = await subjectBuffer.CurrentSnapshot.GetFullyLoadedOpenDocumentInCurrentContextWithChangesAsync(context).ConfigureAwait(false);
ExtractMethod\ExtractMethodCommandHandler.cs (1)
134var document = await textBuffer.CurrentSnapshot.GetFullyLoadedOpenDocumentInCurrentContextWithChangesAsync(waitContext).ConfigureAwait(false);
InlineRename\CommandHandlers\AbstractRenameCommandHandler_RenameHandler.cs (1)
102.GetFullyLoadedOpenDocumentInCurrentContextWithChangesAsync(context)
Shared\Extensions\ITextSnapshotExtensions.cs (1)
98snapshot.GetFullyLoadedOpenDocumentInCurrentContextWithChangesAsync(operationContext));