2 instantiations of Project
Microsoft.CodeAnalysis.CSharp.Features (2)
FileLevelDirectiveHelpers.cs (2)
497return new Project(context.Info) 505return new Project(Info) { Name = name };
4 references to Project
Microsoft.CodeAnalysis.CSharp.Features (4)
FileLevelDirectiveHelpers.cs (4)
311"project" => Project.Parse(context), 462public static new Project? Parse(in ParseContext context) 468return context.Diagnostics.AddError<Project?>(context.SourceFile, context.Info.Span, string.Format(FileBasedProgramsResources.MissingDirectiveName, directiveKind)); 503public Project WithName(string name)