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