2 references to SolutionPath
Microsoft.NET.ProjectData (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TypedProperties.g.cs (1)
49
public string? SolutionPath => this.inner[ProjectProperties.
SolutionPath
];
Model\ProjectDataSnapshotFactory.cs (1)
244
if (PropertySchema.TryGetIndex(ProjectProperties.
SolutionPath
, out int solutionPathIndex))