Implemented interface member:
property
FullPath
Microsoft.DotNet.FileBasedPrograms.IProjectRootElement.FullPath
1 reference to FullPath
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\FileBasedProgramsProjectLoader.cs (1)
101var remoteProjectInstance = await buildHost.LoadProjectInstanceAsync(projectRoot.FullPath!, projectRoot.GetRawXml(), additionalGlobalProperties, cancellationToken).ConfigureAwait(false);