3 references to Create
Microsoft.Build (3)
Construction\ProjectRootElement.cs (1)
2066
using (XmlReaderExtension xtr = XmlReaderExtension.
Create
(fullPath, loadAsReadOnly))
ElementLocation\XmlDocumentWithLocation.cs (1)
163
using (var xtr = XmlReaderExtension.
Create
(fullPath, _loadAsReadOnly ?? false))
Evaluation\ProjectRootElementCache.cs (1)
211
using (var xtr = XmlReaderExtension.
Create
(projectRootElement.FullPath, projectRootElement.ProjectRootElementCache.LoadProjectsReadOnly))