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