1 override of WriteValue
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\TestSyntaxSerializer.cs (1)
46
protected override void
WriteValue
(string value)
15 references to WriteValue
Microsoft.CodeAnalysis.Razor.Compiler (15)
Language\Syntax\SyntaxSerializer.cs (15)
73
WriteValue
("MarkupTransition");
82
WriteValue
("MarkupTransition");
91
WriteValue
($"[{node.GetContent()}]");
101
WriteValue
($"[{node}]");
108
WriteValue
($"[{span.Start}..{span.End}){Separator}Width: {span.End - span.Start}");
119
WriteValue
($"Directive:{{{descriptor.Directive};{descriptor.Kind};{descriptor.Usage}}}");
123
WriteValue
($" [{GetDiagnosticsText(diagnostics)}]");
133
WriteValue
($"{tagHelperInfo.TagName}[{tagHelperInfo.TagMode}]");
142
WriteValue
(typeName);
149
WriteValue
($"{Separator}{info.Name}{Separator}{info.AttributeStructure}{Separator}{(info.Bound ? "Bound" : "Unbound")}");
160
WriteValue
($"{token.Kind};[{content}];{diagnosticsText}");
175
WriteValue
($"Gen<{generator}>");
200
WriteValue
(new string(' ', _depth * IndentSize));
205
WriteValue
(Separator);
218
WriteValue
(s);