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