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