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