3 references to TryReplaceWithProxy
Microsoft.CodeAnalysis.CSharp (3)
Lowering\AsyncRewriter\RuntimeAsyncRewriter.cs (3)
279
if (
TryReplaceWithProxy
(node.LocalSymbol, node.Syntax, out BoundNode? replacement))
290
if (
TryReplaceWithProxy
(node.ParameterSymbol, node.Syntax, out BoundNode? replacement))
306
if (
TryReplaceWithProxy
(thisParameter, node.Syntax, out BoundNode? replacement))