2 references to CheckType
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\MethodExtractor.cs (2)
214
status = status.With(
CheckType
(semanticModel, variable.SymbolType));
219
return status.With(
CheckType
(semanticModel, analyzeResult.CoreReturnType));