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