4 references to DefinitionExistsInPreviousGeneration
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\SymbolChanges.cs (4)
148if (!DefinitionExistsInPreviousGeneration(synthesizedSymbol.ContainingType)) 153if (!DefinitionExistsInPreviousGeneration(synthesizedSymbol)) 185if (!DefinitionExistsInPreviousGeneration(synthesizedSymbol)) 275return DefinitionExistsInPreviousGeneration(symbol) ? SymbolChange.None : SymbolChange.Added;