24 references to CSharpIntermediateToken
Microsoft.CodeAnalysis.Razor.Compiler (24)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (3)
441innerExpr.Children[0] = new CSharpIntermediateToken( 455expr.Children.Add(new CSharpIntermediateToken( 591node.Children.Add(new CSharpIntermediateToken(content, mergedSpan));
Language\DefaultTagHelperResolutionPhase.cs (3)
704target.Children.Add(new CSharpIntermediateToken(token.Content, token.Source)); 957: new CSharpIntermediateToken(htmlToken.Content, htmlToken.Source); 1284target.Children.Add(new CSharpIntermediateToken(mergedContent, mergedSpan));
Language\DefaultTagHelperResolutionPhase.LegacyTagHelperResolver.cs (16)
464targetNode.Children.Add(new CSharpIntermediateToken(string.Empty, emptySource)); 509targetNode.Children.Add(new CSharpIntermediateToken(content, source)); 601targetNode.Children.Add(new CSharpIntermediateToken(sourceText, valueSource)); 633targetNode.Children.Add(new CSharpIntermediateToken(intermediateToken.Content, intermediateToken.Source)); 638targetNode.Children.Add(new CSharpIntermediateToken(intermediateToken.Content, intermediateToken.Source)); 664targetNode.Children.Add(new CSharpIntermediateToken(attrContent, tokenSource)); 677targetNode.Children.Add(new CSharpIntermediateToken(string.Empty, emptySource)); 680targetNode.Children.Add(new CSharpIntermediateToken("@", transSource)); 692targetNode.Children.Add(new CSharpIntermediateToken("(", openSource)); 705targetNode.Children.Add(new CSharpIntermediateToken(")", closeSource)); 743targetNode.Children.Add(new CSharpIntermediateToken("(", openParenSource)); 754targetNode.Children.Add(new CSharpIntermediateToken(innerToken.Content, innerToken.Source)); 769targetNode.Children.Add(new CSharpIntermediateToken(")", closeParenSource)); 1336expr.Children.Add(new CSharpIntermediateToken(text, contentSpan)); 1366expr.Children.Add(new CSharpIntermediateToken(mergedContent, tokenSpan)); 1396target.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);