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