5 references to PreserveFormatting
Microsoft.Build (5)
Construction\ProjectRootElement.cs (4)
1665
RootLink.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.
1696
RootLink.ReloadFrom(reader, throwIfUnsavedChanges, preserveFormatting ??
PreserveFormatting
);
1717
XmlDocumentWithLocation newDocument = documentProducer(preserveFormatting ??
PreserveFormatting
);
ObjectModelRemoting\ConstructionObjectLinks\ProjectRootElementLink.cs (1)
64
/// Access to remote <see cref="ProjectRootElement.
PreserveFormatting
"/>.