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