6 references to FilePathAttributeName
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (6)
Workspaces\TestWorkspace_XmlConsumption.cs (4)
297
if (projectElement.Attribute(
FilePathAttributeName
) != null)
299
filePath = projectElement.Attribute(
FilePathAttributeName
).Value;
763
return d.Attribute(
FilePathAttributeName
)?.Value == originalDocumentPath;
893
var filePathAttribute = documentElement.Attribute(
FilePathAttributeName
);
Workspaces\TestWorkspace_XmlCreation.cs (2)
178
new XAttribute(
FilePathAttributeName
, filePath),
191
new XAttribute(
FilePathAttributeName
, hintName),