3 references to GetMethodBodyFromText
Microsoft.DotNet.GenAPI (3)
SyntaxRewriter\BodyBlockCSharpSyntaxRewriter.cs (3)
130
BlockSyntax node =
GetMethodBodyFromText
(SyntaxFactory.Space.ToString());
136
GetMethodBodyFromText
($"throw new PlatformNotSupportedException(\"{_exceptionMessage}\");") :
137
GetMethodBodyFromText
("throw null;");