24 references to CSharpIntermediateToken
Microsoft.CodeAnalysis.Razor.Compiler (24)
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)
704
target.Children.Add(new
CSharpIntermediateToken
(token.Content, token.Source));
957
: new
CSharpIntermediateToken
(htmlToken.Content, htmlToken.Source);
1284
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));
1336
expr.Children.Add(new
CSharpIntermediateToken
(text, contentSpan));
1366
expr.Children.Add(new
CSharpIntermediateToken
(mergedContent, tokenSpan));
1396
target.Children.Add(new
CSharpIntermediateToken
(text, vss));
Language\Intermediate\ComponentTypeArgumentIntermediateNode.cs (1)
36
: new
CSharpIntermediateToken
(t.Content, t.Source),
Language\Intermediate\IntermediateNodeFactory.cs (1)
11
=>
new
(content, source);