5 references to AssemblyName
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\Project.cs (1)
121public 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)
36state => string.Join(",", state.AssemblyName, state.DocumentStates.Count); 575this.ProjectState.AssemblyName, 582this.ProjectState.AssemblyName,