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