14 references to MemberSignaturesEquivalent
Microsoft.CodeAnalysis.CSharp.Features (5)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (5)
1509
return
MemberSignaturesEquivalent
(oldQueryClauseInfo.CastInfo.Symbol, newQueryClauseInfo.CastInfo.Symbol) &&
1510
MemberSignaturesEquivalent
(oldQueryClauseInfo.OperationInfo.Symbol, newQueryClauseInfo.OperationInfo.Symbol);
1517
return
MemberSignaturesEquivalent
(oldOrderingInfo.Symbol, newOrderingInfo.Symbol);
1528
MemberSignaturesEquivalent
(oldSelectInfo.Symbol, newSelectInfo.Symbol);
1533
return
MemberSignaturesEquivalent
(oldGroupByInfo.Symbol, newGroupByInfo.Symbol, GroupBySignatureComparer);
Microsoft.CodeAnalysis.VisualBasic.Features (9)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (9)
1446
Return
MemberSignaturesEquivalent
(oldInfo.Select1.Symbol, newInfo.Select1.Symbol) AndAlso
1447
MemberSignaturesEquivalent
(oldInfo.Select2.Symbol, newInfo.Select2.Symbol)
1452
Return
MemberSignaturesEquivalent
(oldInfo.AsClauseConversion.Symbol, newInfo.AsClauseConversion.Symbol) AndAlso
1453
MemberSignaturesEquivalent
(oldInfo.SelectMany.Symbol, newInfo.SelectMany.Symbol) AndAlso
1454
MemberSignaturesEquivalent
(oldInfo.ToQueryableCollectionConversion.Symbol, newInfo.ToQueryableCollectionConversion.Symbol)
1459
Return
MemberSignaturesEquivalent
(oldInfo.Symbol, newInfo.Symbol)
1464
Return
MemberSignaturesEquivalent
(oldInfo.Symbol, newInfo.Symbol)
1470
Return
MemberSignaturesEquivalent
(oldInfo.Symbol, newInfo.Symbol)
1484
Return
MemberSignaturesEquivalent
(oldInfo.Symbol, newInfo.Symbol)