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