3 references to GetFullyLoadedOpenDocumentInCurrentContextWithChanges
Microsoft.CodeAnalysis.EditorFeatures (3)
ChangeSignature\AbstractChangeSignatureCommandHandler.cs (1)
69var document = subjectBuffer.CurrentSnapshot.GetFullyLoadedOpenDocumentInCurrentContextWithChanges(
ExtractInterface\AbstractExtractInterfaceCommandHandler.cs (1)
49var document = subjectBuffer.CurrentSnapshot.GetFullyLoadedOpenDocumentInCurrentContextWithChanges(
Shared\Extensions\ITextSnapshotExtensions.cs (1)
57/// <see cref="GetFullyLoadedOpenDocumentInCurrentContextWithChanges(ITextSnapshot, IUIThreadOperationContext, IThreadingContext)"/>.