2 references to GetType
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
5721
var oldTypeOpt =
GetType
(oldCapture);
5722
var newTypeOpt =
GetType
(newCapture);