1 write to Name
Microsoft.VisualStudio.LanguageServices (1)
ColorSchemes\ColorSchemeApplier.ColorScheme.cs (1)
69
Name
= 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)
100
WriteDWord(bytes, (uint)color.
Name
.Length);
102
bytes.Write(Encoding.ASCII.GetBytes(color.
Name
), 0, color.
Name
.Length);