6 references to AssemblyName
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\Project.cs (1)
121
public string AssemblyName => State.
AssemblyName
;
Workspace\Solution\ProjectState.cs (1)
747
=> (assemblyName ==
AssemblyName
) ? this : WithNewerAttributes(Attributes.With(assemblyName: assemblyName, version: Version.GetNewerVersion()));
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (3)
34
state => string.Join(",", state.
AssemblyName
, state.DocumentStates.Count);
658
this.ProjectState.
AssemblyName
,
665
this.ProjectState.
AssemblyName
,
Workspace\Solution\SolutionCompilationState.TranslationAction_Actions.cs (1)
266
=> Task.FromResult(oldCompilation.WithAssemblyName(NewProjectState.
AssemblyName
));