1 instantiation of DocumentSynchronizingContext
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (1)
DefaultLSPDocumentSynchronizer.cs (1)
383var synchronizingContext = new DocumentSynchronizingContext(requiredHostDocumentVersion, rejectOnNewerParallelRequest, _synchronizingTimeout, cancellationToken);
5 references to DocumentSynchronizingContext
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (5)
DefaultLSPDocumentSynchronizer.cs (5)
330private readonly List<DocumentSynchronizingContext> _synchronizingContexts = []; 346var synchronizingContext = _synchronizingContexts[i]; 373var context = _synchronizingContexts[i]; 383var synchronizingContext = new DocumentSynchronizingContext(requiredHostDocumentVersion, rejectOnNewerParallelRequest, _synchronizingTimeout, cancellationToken); 440((DocumentSynchronizingContext)obj).SetSynchronized(false);