3 references to GetChange
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\SymbolChanges.cs (3)
178return this.GetChange(symbol) != SymbolChange.None; 294return GetChange(symbol.GetISymbol()); 330var containerChange = GetChange(container);