6 references to SymbolType
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (2)
908singleVariable.SymbolType.GenerateTypeSyntax(), 990? DeclarationExpression(variableInfo.SymbolType.GenerateTypeSyntax(), SingleVariableDesignation(variableInfo.Name.ToIdentifierToken()))
Microsoft.CodeAnalysis.Features (4)
ExtractMethod\MethodExtractor.Analyzer.cs (2)
205return info.SymbolType; 208variablesToUseAsReturnValue.SelectAsArray(v => v.SymbolType),
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
440type: parameter.SymbolType,
ExtractMethod\MethodExtractor.cs (1)
214status = status.With(CheckType(semanticModel, variable.SymbolType));