5 references to GetThrowNullBody
Microsoft.DotNet.GenAPI (5)
SyntaxRewriter\BodyBlockCSharpSyntaxRewriter.cs (5)
27
rs = rs.WithBody(
GetThrowNullBody
());
58
rs = rs.WithBody(
GetThrowNullBody
());
73
rs.WithBody(
GetThrowNullBody
()).WithParameterList(rs.ParameterList.WithTrailingTrivia(SyntaxFactory.Space)) :
81
rs.WithBody(
GetThrowNullBody
()).WithParameterList(rs.ParameterList.WithTrailingTrivia(SyntaxFactory.Space)) :
143
node = node.WithBody(
GetThrowNullBody
());