6 references to FilePathAttributeName
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (6)
Workspaces\TestWorkspace_XmlConsumption.cs (4)
133if (projectElement.Attribute(FilePathAttributeName) != null) 135projectFilePath = projectElement.Attribute(FilePathAttributeName).Value; 597return d.Attribute(FilePathAttributeName)?.Value == originalDocumentPath; 694var filePathAttribute = documentElement.Attribute(FilePathAttributeName);
Workspaces\TestWorkspace_XmlCreation.cs (2)
192new XAttribute(FilePathAttributeName, filePath), 209new XAttribute(FilePathAttributeName, hintName),