2 references to LinkFilePathAttributeName
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
Workspaces\TestWorkspace_XmlConsumption.cs (2)
589
var originalDocumentPath = documentElement.Attribute(
LinkFilePathAttributeName
)?.Value;
593
throw new ArgumentException($"Linked files must specify a {
LinkFilePathAttributeName
}");