2 references to GetType
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
6525
var oldType =
GetType
(oldSymbol);
6526
var newType =
GetType
(newSymbol);