1 instantiation of LocalSubstituter
Microsoft.CodeAnalysis.CSharp (1)
Lowering\SpillSequenceSpiller.cs (1)
206
var substituter = new
LocalSubstituter
(tempSubstitution, receiverSubstitution);
2 references to LocalSubstituter
Microsoft.CodeAnalysis.CSharp (2)
Lowering\SpillSequenceSpiller.cs (2)
206
var
substituter = new LocalSubstituter(tempSubstitution, receiverSubstitution);
238
result =
LocalSubstituter
.Rewrite(tempSubstitution, receiverSubstitution, result);