1 write to _fontAndColorStorage
Microsoft.VisualStudio.LanguageServices (1)
ColorSchemes\ColorSchemeApplier.ClassificationVerifier.cs (1)
113_fontAndColorStorage = await _asyncServiceProvider.GetServiceAsync<SVsFontAndColorStorage, IVsFontAndColorStorage>(_threadingContext.JoinableTaskFactory).ConfigureAwait(false);
5 references to _fontAndColorStorage
Microsoft.VisualStudio.LanguageServices (5)
ColorSchemes\ColorSchemeApplier.ClassificationVerifier.cs (5)
110if (_fontAndColorStorage is null) 117_fontAndColorUtilities ??= (IVsFontAndColorUtilities)_fontAndColorStorage; 124if (_fontAndColorStorage.OpenCategory(TextEditorMEFItemsColorCategory, (uint)__FCSTORAGEFLAGS.FCSF_READONLY) == VSConstants.S_OK) 131if (_fontAndColorStorage.GetItem(classification, colorItems) != VSConstants.S_OK) 147_fontAndColorStorage.CloseCategory();