6 references to FilePathAttributeName
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (6)
Workspaces\TestWorkspace_XmlConsumption.cs (4)
134
if (projectElement.Attribute(
FilePathAttributeName
) != null)
136
projectFilePath = projectElement.Attribute(
FilePathAttributeName
).Value;
599
return d.Attribute(
FilePathAttributeName
)?.Value == originalDocumentPath;
696
var filePathAttribute = documentElement.Attribute(
FilePathAttributeName
);
Workspaces\TestWorkspace_XmlCreation.cs (2)
193
new XAttribute(
FilePathAttributeName
, filePath),
210
new XAttribute(
FilePathAttributeName
, hintName),