3 instantiations of AssemblyInfo
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
210
yield return new
AssemblyInfo
(
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryEntryNode.cs (1)
113
assemblies.Add(new
AssemblyInfo
(module.Assembly.GetName().Name, module.MetadataReader.GetGuid(module.MetadataReader.GetModuleDefinition().Mvid)));
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
210
yield return new
AssemblyInfo
(
9 references to AssemblyInfo
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
206
public IEnumerable<
AssemblyInfo
> EnumerateInputAssemblies()
ILCompiler.Diagnostics (5)
PerfMapWriter.cs (5)
30
public static void Write(string perfMapFileName, int perfMapFormatVersion, IEnumerable<MethodInfo> methods, IEnumerable<
AssemblyInfo
> inputAssemblies, TargetDetails details)
58
private static void WritePerfMapV1Header(IEnumerable<
AssemblyInfo
> inputAssemblies, TargetDetails details, PerfMapWriter perfMapWriter)
75
public static byte[] PerfMapV1SignatureHelper(IEnumerable<
AssemblyInfo
> inputAssemblies, TargetDetails details)
77
IEnumerable<
AssemblyInfo
> orderedInputs = inputAssemblies.OrderBy(asm => asm.Name, StringComparer.OrdinalIgnoreCase);
79
foreach (
AssemblyInfo
inputAssembly in orderedInputs)
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryEntryNode.cs (1)
109
List<
AssemblyInfo
> assemblies = [];
ObjectWriter\SymbolFileBuilder.cs (1)
41
foreach (
AssemblyInfo
inputAssembly in _outputInfoBuilder.EnumerateInputAssemblies())
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
206
public IEnumerable<
AssemblyInfo
> EnumerateInputAssemblies()