2 references to ReturnTypesEquivalent
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
4117
if (!
ReturnTypesEquivalent
(oldEvent, newEvent, exact: true))
4119
if (
ReturnTypesEquivalent
(oldEvent, newEvent, exact: false))