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