2 references to CommandLineArgsForDesignTimeEvaluation
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\BuildPropertyNames.cs (2)
32
public const string CommandLineArgsForDesignTimeEvaluation = nameof(
CommandLineArgsForDesignTimeEvaluation
);
35
public static readonly ImmutableArray<string> InitialEvaluationPropertyNames = [MSBuildProjectFullPath, TargetPath, AssemblyName,
CommandLineArgsForDesignTimeEvaluation
];