1 write to AssemblyName
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\AssemblyInformation.cs (1)
314
assemblyAttributes.
AssemblyName
= new string(defaultCharArray, 0, (int)nameLength - 1);
3 references to AssemblyName
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\AssemblyInformation.cs (1)
315
assemblyAttributes.DefaultAlias = assemblyAttributes.
AssemblyName
;
GetAssembliesMetadata.cs (2)
108
yield return new KeyValuePair<string, string>(nameof(attributes.
AssemblyName
), attributes.
AssemblyName
);