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