4 references to CommandLineArgsForDesignTimeEvaluation
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\BuildPropertyNames.cs (2)
31
public const string CommandLineArgsForDesignTimeEvaluation = nameof(
CommandLineArgsForDesignTimeEvaluation
);
38
CommandLineArgsForDesignTimeEvaluation
);
Microsoft.VisualStudio.LanguageServices.Implementation (2)
ProjectSystem\CPS\CPSProjectFactory.cs (2)
103
BuildPropertyNames.
CommandLineArgsForDesignTimeEvaluation
=> "-checksumalgorithm:" + ChecksumAlgorithm,
146
commandLineArgs = data.GetPropertyValue(BuildPropertyNames.
CommandLineArgsForDesignTimeEvaluation
);