3 implementations of OnRefreshDocumentContext
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\MiscellaneousFilesWorkspace.cs (1)
104void IOpenTextBufferEventListener.OnRefreshDocumentContext(string moniker, IVsHierarchy hierarchy) { }
ProjectSystem\VisualStudioWorkspaceImpl.OpenFileTracker.cs (1)
78void IOpenTextBufferEventListener.OnRefreshDocumentContext(string moniker, IVsHierarchy hierarchy)
Workspace\SourceGeneratedFileManager.cs (1)
227void IOpenTextBufferEventListener.OnRefreshDocumentContext(string moniker, IVsHierarchy hierarchy) { }
1 reference to OnRefreshDocumentContext
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\OpenTextBufferProvider.cs (1)
200RaiseEventForEachListener(l => l.OnRefreshDocumentContext(moniker, hierarchy));