1 instantiation of SemanticTokenFormat
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\SemanticTokens\SemanticTokenFormat.cs (1)
24public static readonly SemanticTokenFormat Relative = new("relative");
4 references to SemanticTokenFormat
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Protocol\SemanticTokens\SemanticTokenFormat.cs (3)
17[JsonConverter(typeof(StringEnumConverter<SemanticTokenFormat>))] 18[TypeConverter(typeof(StringEnumConverter<SemanticTokenFormat>.TypeConverter))] 24public static readonly SemanticTokenFormat Relative = new("relative");
Protocol\SemanticTokens\SemanticTokensSetting.cs (1)
57public SemanticTokenFormat[] Formats { get; set; }