2 references to MSBuildProjectFullPath
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];