3 references to GetDeletedMemberInternalSymbols
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\SymbolChanges.cs (3)
131
=>
GetDeletedMemberInternalSymbols
(containingType, includeMethods: true, includeProperties: false, includeEvents: false);
134
=>
GetDeletedMemberInternalSymbols
(containingType, includeMethods: false, includeProperties: true, includeEvents: false);
137
=>
GetDeletedMemberInternalSymbols
(containingType, includeMethods: false, includeProperties: false, includeEvents: true);