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