21 references to ProjectInfo
Microsoft.CodeAnalysis.Workspaces (21)
Workspace\Solution\ProjectState.cs (21)
634
public ProjectId Id => this.
ProjectInfo
.Id;
637
public string? FilePath => this.
ProjectInfo
.FilePath;
640
public string? OutputFilePath => this.
ProjectInfo
.OutputFilePath;
643
public string? OutputRefFilePath => this.
ProjectInfo
.OutputRefFilePath;
646
public CompilationOutputInfo CompilationOutputInfo => this.
ProjectInfo
.CompilationOutputInfo;
649
public string? DefaultNamespace => this.
ProjectInfo
.DefaultNamespace;
652
public SourceHashAlgorithm ChecksumAlgorithm => this.
ProjectInfo
.ChecksumAlgorithm;
658
public string Name => this.
ProjectInfo
.Name;
662
public (string? name, string? flavor) NameAndFlavor => this.
ProjectInfo
.NameAndFlavor;
665
public bool IsSubmission => this.
ProjectInfo
.IsSubmission;
668
public Type? HostObjectType => this.
ProjectInfo
.HostObjectType;
674
public VersionStamp Version => this.
ProjectInfo
.Version;
680
public string AssemblyName => this.
ProjectInfo
.AssemblyName;
683
public CompilationOptions? CompilationOptions => this.
ProjectInfo
.CompilationOptions;
686
public ParseOptions? ParseOptions => this.
ProjectInfo
.ParseOptions;
689
public IReadOnlyList<MetadataReference> MetadataReferences => this.
ProjectInfo
.MetadataReferences;
692
public IReadOnlyList<AnalyzerReference> AnalyzerReferences => this.
ProjectInfo
.AnalyzerReferences;
695
public IReadOnlyList<ProjectReference> ProjectReferences => this.
ProjectInfo
.ProjectReferences;
698
public bool HasAllInformation => this.
ProjectInfo
.HasAllInformation;
701
public bool RunAnalyzers => this.
ProjectInfo
.RunAnalyzers;
704
internal bool HasSdkCodeStyleAnalyzers => this.
ProjectInfo
.HasSdkCodeStyleAnalyzers;