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