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