2 references to AddDocument
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\EditAndContinueTestVerifier.cs (1)
503
oldProject = oldProject.
AddDocument
(name, oldRoot, filePath: oldPath).Project;
Microsoft.DotNet.GenAPI (1)
CSharpAssemblyDocumentGenerator.cs (1)
100
Document document = project.
AddDocument
(assemblySymbol.Name, compilationUnit);