10 references to AllowsDeletion
Microsoft.CodeAnalysis.Features (10)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (10)
2744
if (!hasActiveStatement &&
AllowsDeletion
(oldSymbol))
3167
AllowsDeletion
(oldSymbol) &&
3402
if (otherContainingSymbol is null || !
AllowsDeletion
(otherContainingSymbol))
3740
else if (!
AllowsDeletion
(oldSymbol))
3756
else if (!
AllowsDeletion
(oldSymbol))
3772
else if (!
AllowsDeletion
(oldSymbol))
4048
else if (
AllowsDeletion
(newParameter.ContainingSymbol))
4097
else if (
AllowsDeletion
(newMethod))
4127
else if (
AllowsDeletion
(newEvent))
4157
else if (
AllowsDeletion
(newProperty))