6 references to tempIdentifier
Microsoft.CodeAnalysis.CSharp (6)
Binder\DecisionDagBuilder.cs (6)
2828
string name = $"t{
tempIdentifier
(t.Source)}";
2907
return $"t{
tempIdentifier
(a)}={a.Kind}({tempName(a.Input)} as {a.Type})";
2909
return $"t{
tempIdentifier
(e)}={e.Kind}({tempName(e.Input)}.{e.Field.Name})";
2911
return $"t{
tempIdentifier
(e)}={e.Kind}({tempName(e.Input)}.{e.Property.Name})";
2913
return $"t{
tempIdentifier
(e)}={e.Kind}({tempName(e.Input)}[{e.Index}])";
2917
return $"t{
tempIdentifier
(e)}={e.Kind}({tempName(e.Input)})";