7 references to GetBlockOfMethodBody
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (7)
ConvertToRecordHelpers.cs (7)
38
GetBlockOfMethodBody
(methodBodyOperation) is IBlockOperation
114
return
GetBlockOfMethodBody
(operation) is IBlockOperation
133
if (
GetBlockOfMethodBody
(operation) is not IBlockOperation
187
if (
GetBlockOfMethodBody
(operation) is not { Operations.Length: int opLength } ||
229
if (
GetBlockOfMethodBody
(operation) is not { Operations.Length: int opLength } ||
421
var body =
GetBlockOfMethodBody
(constructorOperation);
497
var body =
GetBlockOfMethodBody
(operation);