4 references to DefinitionExistsInPreviousGeneration
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\SymbolChanges.cs (4)
224if (!DefinitionExistsInPreviousGeneration(synthesizedSymbol.ContainingType)) 229if (!DefinitionExistsInPreviousGeneration(synthesizedSymbol)) 261if (!DefinitionExistsInPreviousGeneration(synthesizedSymbol)) 357return DefinitionExistsInPreviousGeneration(internalSymbol) ? SymbolChange.None : SymbolChange.Added;