3 references to AssertIsBody
Microsoft.CodeAnalysis.CSharp.Features (3)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
415SyntaxUtilities.AssertIsBody(oldBody, allowLambda: true); 416SyntaxUtilities.AssertIsBody(newBody, allowLambda: true);
EditAndContinue\SyntaxUtilities.cs (1)
82AssertIsBody(body, allowLambda: false);