2 references to GetCapturedVariableScope
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
5737var oldScopeOpt = GetCapturedVariableScope(oldCapture, oldMemberBody, cancellationToken); 5738var newScopeOpt = GetCapturedVariableScope(newCapture, newMemberBody, cancellationToken);