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