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