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