4 references to DefinitionExistsInPreviousGeneration
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\SymbolChanges.cs (4)
149if (!DefinitionExistsInPreviousGeneration(synthesizedSymbol.ContainingType)) 154if (!DefinitionExistsInPreviousGeneration(synthesizedSymbol)) 186if (!DefinitionExistsInPreviousGeneration(synthesizedSymbol)) 276return DefinitionExistsInPreviousGeneration(symbol) ? SymbolChange.None : SymbolChange.Added;