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