6 references to tempIdentifier
Microsoft.CodeAnalysis.CSharp (6)
Binder\DecisionDagBuilder.cs (6)
2781
string name = $"t{
tempIdentifier
(t.Source)}";
2860
return $"t{
tempIdentifier
(a)}={a.Kind}({tempName(a.Input)} as {a.Type})";
2862
return $"t{
tempIdentifier
(e)}={e.Kind}({tempName(e.Input)}.{e.Field.Name})";
2864
return $"t{
tempIdentifier
(e)}={e.Kind}({tempName(e.Input)}.{e.Property.Name})";
2866
return $"t{
tempIdentifier
(e)}={e.Kind}({tempName(e.Input)}[{e.Index}])";
2870
return $"t{
tempIdentifier
(e)}={e.Kind}({tempName(e.Input)})";