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