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