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