1 write to Guid
Microsoft.VisualStudio.LanguageServices (1)
ColorSchemes\ColorSchemeApplier.ColorScheme.cs (1)
40Guid = guid;
3 references to Guid
Microsoft.VisualStudio.LanguageServices (3)
ColorSchemes\ColorSchemeApplier.ClassificationVerifier.cs (1)
84theme => theme.Guid,
ColorSchemes\ColorSchemeApplier.cs (1)
144static (theme, themeId) => theme.Guid == themeId, themeId));
ColorSchemes\ColorSchemeApplier.RegistryItemConverter.cs (1)
30var sectionName = $"Themes\\{theme.Guid:B}\\{theme.Category.Name}";