3 references to GetCapturedVariableScope
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
6539
var oldScope =
GetCapturedVariableScope
(oldSymbol, cancellationToken);
6540
var newScope =
GetCapturedVariableScope
(newSymbol, cancellationToken);
6551
=> closureRudeEdits.TryAdd(
GetCapturedVariableScope
(newSymbol, cancellationToken), diagnostic);