8 references to TryConvertToBlock
Microsoft.CodeAnalysis.CSharp.Features (6)
ReplaceMethodWithProperty\CSharpReplaceMethodWithPropertyService.cs (2)
93propertyDeclaration.ExpressionBody.TryConvertToBlock( 190if (accessorDeclaration.ExpressionBody.TryConvertToBlock(
ReplacePropertyWithMethods\CSharpReplacePropertyWithMethodsService.cs (1)
274if (methodDeclaration.ExpressionBody.TryConvertToBlock(
UseExpressionBodyHelper`1.cs (3)
179if (expressionBody?.TryConvertToBlock( 267if (expressionBody.TryConvertToBlock( 291expressionBody.TryConvertToBlock(
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpCodeGenerationService.cs (2)
576baseMethodDeclaration.ExpressionBody?.TryConvertToBlock( 597localFunctionStatement.ExpressionBody?.TryConvertToBlock(