4 references to MSBuildProjectFullPath
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
VS\IFSharpWorkspaceProjectContextFactory.cs (1)
88BuildPropertyNames.MSBuildProjectFullPath => _projectFilePath,
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\BuildPropertyNames.cs (2)
29public const string MSBuildProjectFullPath = nameof(MSBuildProjectFullPath); 35public static readonly ImmutableArray<string> InitialEvaluationPropertyNames = [MSBuildProjectFullPath, TargetPath, AssemblyName, CommandLineArgsForDesignTimeEvaluation];
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProjectFactory.cs (1)
69var projectFilePath = data.GetRequiredPropertyAbsolutePathValue(BuildPropertyNames.MSBuildProjectFullPath);