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