5 references to GetVariableType
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
660var type = variable.GetVariableType();
Microsoft.CodeAnalysis.Features (3)
ExtractMethod\MethodExtractor.Analyzer.cs (1)
255? variableToUseAsReturnValue.GetVariableType()
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
355var type = parameter.GetVariableType();
ExtractMethod\MethodExtractor.cs (1)
176var originalType = variable.GetVariableType();
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractMethod\VisualBasicMethodExtractor.VisualBasicCodeGenerator.vb (1)
404Dim variableType = variable.GetVariableType()