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