3 references to AssemblyName
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\BuildPropertyNames.cs (2)
31
public const string AssemblyName = nameof(
AssemblyName
);
35
public static readonly ImmutableArray<string> InitialEvaluationPropertyNames = [MSBuildProjectFullPath, TargetPath,
AssemblyName
, CommandLineArgsForDesignTimeEvaluation];
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProjectFactory.cs (1)
73
AssemblyName = data.GetPropertyValue(BuildPropertyNames.
AssemblyName
),