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