3 references to LinkAssemblyNameAttributeName
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (3)
Workspaces\TestWorkspace_XmlConsumption.cs (3)
557
var originalAssemblyName = documentElement.Attribute(
LinkAssemblyNameAttributeName
)?.Value;
562
throw new ArgumentException($"Linked files must specify either a {
LinkAssemblyNameAttributeName
} or {LinkProjectNameAttributeName}");
585
throw new ArgumentException($"Linked file's {
LinkAssemblyNameAttributeName
} '{originalAssemblyName}' project not found.");