2 instantiations of Project
Microsoft.CodeAnalysis.CSharp.Features (2)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (2)
502return new Project(context.Info, directiveText); 525return new Project(Info, name)
5 references to Project
Microsoft.CodeAnalysis.CSharp.Features (5)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (5)
310case "project": return Project.Parse(context); 492public static new Project? Parse(in ParseContext context) 513/// Change <see cref="Named.Name"/> and <see cref="Project.ProjectFilePath"/>. 523public Project WithName(string name, NameKind kind) 536public Project EnsureProjectFilePath(SourceFile sourceFile, ErrorReporter reportError)