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