1 write to AssemblyName
Microsoft.CodeAnalysis (1)
92 references to AssemblyName
Microsoft.Analyzers.Local (1)
Microsoft.AspNetCore.Http.Microbenchmarks (1)
Microsoft.CodeAnalysis (15)
Compilation\Compilation.cs (10)
410/// If the compilation represents an assembly the value of <see cref="AssemblyName"/> is its simple name.
413/// written to metadata is <see cref="AssemblyName"/> with an extension based upon <see cref="CompilationOptions.OutputKind"/>.
422if (this.AssemblyName != null)
424MetadataHelpers.CheckAssemblyOrModuleName(this.AssemblyName, MessageProvider, MessageProvider.ERR_BadAssemblyName, diagnostics);
430return AssemblyName ?? UnspecifiedModuleAssemblyName;
436(AssemblyName != null ? AssemblyName + Options.OutputKind.GetDefaultExtension() : UnspecifiedModuleAssemblyName);
3771return string.Format("{0} ({1})", this.AssemblyName, stage.ToString());
3776if (source == null || destination == null) return this.AssemblyName ?? "";
3777return string.Format("{0}: {1} {2} -> {3} {4}", this.AssemblyName, source.TypeKind.ToString(), source.Name, destination.TypeKind.ToString(), destination.Name);
Microsoft.CodeAnalysis.Analyzers (1)
Microsoft.CodeAnalysis.CSharp (12)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (5)
PDB\PDBUsingTests.cs (4)
1749<externinfo alias = ""A"" assembly=""" + compilation1.AssemblyName + @", Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"" />
1750<externinfo alias = ""B"" assembly=""" + compilation1.AssemblyName + @", Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"" />
1812<externinfo alias=""B"" assembly=""" + compilation1.AssemblyName + @", Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"" />
1813<externinfo alias=""A"" assembly=""" + compilation1.AssemblyName + @", Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"" />
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (13)
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.Features.Test.Utilities (2)
Microsoft.CodeAnalysis.Rebuild.UnitTests (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
Microsoft.CodeAnalysis.Test.Utilities (2)
Microsoft.CodeAnalysis.VisualBasic (13)
Compilation\VisualBasicCompilation.vb (10)
509Me.AssemblyName,
535Me.AssemblyName,
574reuseReferenceManager:=String.Equals(assemblyName, Me.AssemblyName, StringComparison.Ordinal),
603Me.AssemblyName,
657Me.AssemblyName,
692Me.AssemblyName,
718Me.AssemblyName,
740Me.AssemblyName,
1589errorTarget = Me.AssemblyName
1637Me.AssemblyName,
Microsoft.CodeAnalysis.Workspaces (5)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (2)
Microsoft.Extensions.Validation.GeneratorTests (1)
Microsoft.Gen.ComplianceReports (1)
Microsoft.Gen.MetadataExtractor (3)
Microsoft.Interop.JavaScript.JSImportGenerator (3)
Microsoft.Maui.Controls.SourceGen (3)
Roslyn.Test.PdbUtilities (1)