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