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