2 references to TreeMustHaveARootNodeWith
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (2)
857
throw new ArgumentException(CSharpResources.
TreeMustHaveARootNodeWith
, $"{nameof(trees)}[{i}]");
987
throw new ArgumentException(CSharpResources.
TreeMustHaveARootNodeWith
, nameof(newTree));