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