25 references to CSharpIntermediateToken
Microsoft.CodeAnalysis.Razor.Compiler (25)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (3)
441
innerExpr.Children[0] = new
CSharpIntermediateToken
(
455
expr.Children.Add(new
CSharpIntermediateToken
(
591
node.Children.Add(new
CSharpIntermediateToken
(content, mergedSpan));
Language\DefaultTagHelperResolutionPhase.cs (3)
702
target.Children.Add(new
CSharpIntermediateToken
(token.Content, token.Source));
955
: new
CSharpIntermediateToken
(htmlToken.Content, htmlToken.Source);
1282
target.Children.Add(new
CSharpIntermediateToken
(mergedContent, mergedSpan));
Language\DefaultTagHelperResolutionPhase.LegacyTagHelperResolver.cs (16)
464
targetNode.Children.Add(new
CSharpIntermediateToken
(string.Empty, emptySource));
509
targetNode.Children.Add(new
CSharpIntermediateToken
(content, source));
601
targetNode.Children.Add(new
CSharpIntermediateToken
(sourceText, valueSource));
633
targetNode.Children.Add(new
CSharpIntermediateToken
(intermediateToken.Content, intermediateToken.Source));
638
targetNode.Children.Add(new
CSharpIntermediateToken
(intermediateToken.Content, intermediateToken.Source));
664
targetNode.Children.Add(new
CSharpIntermediateToken
(attrContent, tokenSource));
677
targetNode.Children.Add(new
CSharpIntermediateToken
(string.Empty, emptySource));
680
targetNode.Children.Add(new
CSharpIntermediateToken
("@", transSource));
692
targetNode.Children.Add(new
CSharpIntermediateToken
("(", openSource));
705
targetNode.Children.Add(new
CSharpIntermediateToken
(")", closeSource));
743
targetNode.Children.Add(new
CSharpIntermediateToken
("(", openParenSource));
754
targetNode.Children.Add(new
CSharpIntermediateToken
(innerToken.Content, innerToken.Source));
769
targetNode.Children.Add(new
CSharpIntermediateToken
(")", closeParenSource));
1356
expr.Children.Add(new
CSharpIntermediateToken
(text, contentSpan));
1386
expr.Children.Add(new
CSharpIntermediateToken
(mergedContent, tokenSpan));
1416
target.Children.Add(new
CSharpIntermediateToken
(text, vss));
Language\Intermediate\ComponentTypeArgumentIntermediateNode.cs (2)
39
: new
CSharpIntermediateToken
(t.Content, t.Source),
67
return new
CSharpIntermediateToken
(sb.ToString(), mergedSpan);
Language\Intermediate\IntermediateNodeFactory.cs (1)
11
=>
new
(content, source);