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