6 references to tempIdentifier
Microsoft.CodeAnalysis.CSharp (6)
Binder\DecisionDagBuilder.cs (6)
2836
string name = $"t{
tempIdentifier
(t.Source)}";
2915
return $"t{
tempIdentifier
(a)}={a.Kind}({tempName(a.Input)} as {a.Type})";
2917
return $"t{
tempIdentifier
(e)}={e.Kind}({tempName(e.Input)}.{e.Field.Name})";
2919
return $"t{
tempIdentifier
(e)}={e.Kind}({tempName(e.Input)}.{e.Property.Name})";
2921
return $"t{
tempIdentifier
(e)}={e.Kind}({tempName(e.Input)}[{e.Index}])";
2925
return $"t{
tempIdentifier
(e)}={e.Kind}({tempName(e.Input)})";