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