3 references to SymbolType
Microsoft.CodeAnalysis.Features (3)
ExtractMethod\MethodExtractor.Analyzer.cs (1)
205return info.SymbolType;
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
440type: parameter.SymbolType,
ExtractMethod\MethodExtractor.cs (1)
214status = status.With(CheckType(semanticModel, variable.SymbolType));