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