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