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