11 references to TextElementBuilder
Microsoft.CodeAnalysis.Features (11)
QuickInfo\Presentation\TaggedTextExtensions.cs (11)
20using var builder = TextElementBuilder.Empty; 23BuildInteractiveTextElements(ref span, ref TextElementBuilder.AsRef(in builder), navigationActionFactory); 30ref TextElementBuilder builder, 48using var nestedBuilder = TextElementBuilder.Empty; 51ref TextElementBuilder.AsRef(in nestedBuilder), 106public static TextElementBuilder Empty => default; 118/// Gets a mutable reference to a <see cref="TextElementBuilder"/> stored in a <c>using</c> variable. 120public static ref TextElementBuilder AsRef(ref readonly TextElementBuilder builder)