2 references to GetParameterContainingMemberOrType
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
1083
var oldContainingMemberOrType =
GetParameterContainingMemberOrType
(oldNode, newNode, oldModel, topMatch.ReverseMatches, cancellationToken);
1084
var newContainingMemberOrType =
GetParameterContainingMemberOrType
(newNode, oldNode, newModel, topMatch.Matches, cancellationToken);