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