2 writes to Runs
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\Internal\Text\ClassifiedTextElement.cs (2)
22Runs = runs?.ToImmutableList() ?? throw new ArgumentNullException("runs"); 27Runs = runs?.ToImmutableList() ?? throw new ArgumentNullException("runs");
3 references to Runs
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\Internal\Converters\ClassifiedTextElementConverter.cs (3)
33case nameof(ClassifiedTextElement.Runs): 60writer.WritePropertyName(nameof(ClassifiedTextElement.Runs)); 62foreach (var run in value.Runs)