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