5 references to AssemblyName
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\Project.cs (1)
121
public string AssemblyName => _projectState.
AssemblyName
;
Workspace\Solution\ProjectState.cs (1)
642
=> (assemblyName ==
AssemblyName
) ? this : WithNewerAttributes(Attributes.With(assemblyName: assemblyName, version: Version.GetNewerVersion()));
Workspace\Solution\SolutionState.CompilationTracker.cs (3)
36
state => string.Join(",", state.
AssemblyName
, state.DocumentStates.Count);
575
this.ProjectState.
AssemblyName
,
582
this.ProjectState.
AssemblyName
,