11 references to TextElementBuilder
Microsoft.CodeAnalysis.Features (11)
QuickInfo\Presentation\TaggedTextExtensions.cs (11)
19using var builder = TextElementBuilder.Empty; 22BuildInteractiveTextElements(ref span, ref TextElementBuilder.AsRef(in builder), navigationActionFactory); 29ref TextElementBuilder builder, 47using var nestedBuilder = TextElementBuilder.Empty; 50ref TextElementBuilder.AsRef(in nestedBuilder), 105public static TextElementBuilder Empty => default; 117/// Gets a mutable reference to a <see cref="TextElementBuilder"/> stored in a <c>using</c> variable. 119public static ref TextElementBuilder AsRef(ref readonly TextElementBuilder builder)