7 references to ReloadFrom
Microsoft.Build (3)
Construction\ProjectRootElement.cs (2)
253
/// Helper constructor for the <see cref="
ReloadFrom
(string,bool,bool?)"/>> mehtod which needs to check if the document parses
1626
ReloadFrom
(FullPath, throwIfUnsavedChanges, preserveFormatting);
ObjectModelRemoting\ConstructionObjectLinks\ProjectRootElementLink.cs (1)
201
/// Facilitate remoting the <see cref="ProjectRootElement.
ReloadFrom
(string, bool, bool?)"/>.
Microsoft.Build.Engine.OM.UnitTests (4)
Construction\ProjectRootElement_Tests.cs (3)
1353
projectElement.
ReloadFrom
(projectFile, false, reloadShouldPreserveFormatting);
1681
p.
ReloadFrom
(fullPath, throwIfUnsavedChanges: false));
1762
rootElement.
ReloadFrom
(reloadLocation, false);
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (1)
142
public void ReloadFrom(string path, bool throwIfUnsavedChanges, bool preserveFormatting) { this.ProjectXml.
ReloadFrom
(path, throwIfUnsavedChanges, preserveFormatting); }