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