1 write to Name
Microsoft.VisualStudio.LanguageServices (1)
ColorSchemes\ColorSchemeApplier.ColorScheme.cs (1)
69Name = name;
4 references to Name
Microsoft.VisualStudio.LanguageServices (4)
ColorSchemes\ColorSchemeApplier.ClassificationVerifier.cs (1)
83.ToImmutableDictionary(color => color.Name, color => color.Foreground!.Value)));
ColorSchemes\ColorSchemeApplier.RegistryItemConverter.cs (3)
100WriteDWord(bytes, (uint)color.Name.Length); 102bytes.Write(Encoding.ASCII.GetBytes(color.Name), 0, color.Name.Length);