6 references to tempIdentifier
Microsoft.CodeAnalysis.CSharp (6)
Binder\DecisionDagBuilder.cs (6)
1674
return $"t{
tempIdentifier
(t.Source)}";
1739
return $"t{
tempIdentifier
(a)}={a.Kind}({tempName(a.Input)} as {a.Type})";
1741
return $"t{
tempIdentifier
(e)}={e.Kind}({tempName(e.Input)}.{e.Field.Name})";
1743
return $"t{
tempIdentifier
(e)}={e.Kind}({tempName(e.Input)}.{e.Property.Name})";
1745
return $"t{
tempIdentifier
(e)}={e.Kind}({tempName(e.Input)}[{e.Index}])";
1749
return $"t{
tempIdentifier
(e)}={e.Kind}({tempName(e.Input)})";