5 references to PreserveFormatting
Microsoft.Build (5)
Construction\ProjectRootElement.cs (4)
1667RootLink.ReloadFrom(path, throwIfUnsavedChanges, preserveFormatting ?? PreserveFormatting); 1692/// Whether the reload should preserve formatting or not. A null value causes the reload to reuse the existing <see cref="PreserveFormatting"/> value. 1698RootLink.ReloadFrom(reader, throwIfUnsavedChanges, preserveFormatting ?? PreserveFormatting); 1719XmlDocumentWithLocation newDocument = documentProducer(preserveFormatting ?? PreserveFormatting);
ObjectModelRemoting\ConstructionObjectLinks\ProjectRootElementLink.cs (1)
64/// Access to remote <see cref="ProjectRootElement.PreserveFormatting"/>.