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