Solution.GetIsolatedSolution Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This method no longer produces a Solution that does not share state and is no longer necessary to call.
Formerly, returned a copy of the solution isolated from the original so that they do not share computed state. It now does nothing.
public:
Microsoft::CodeAnalysis::Solution ^ GetIsolatedSolution();
public Microsoft.CodeAnalysis.Solution GetIsolatedSolution ();
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("This method no longer produces a Solution that does not share state and is no longer necessary to call.", false)]
public Microsoft.CodeAnalysis.Solution GetIsolatedSolution ();
member this.GetIsolatedSolution : unit -> Microsoft.CodeAnalysis.Solution
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Obsolete("This method no longer produces a Solution that does not share state and is no longer necessary to call.", false)>]
member this.GetIsolatedSolution : unit -> Microsoft.CodeAnalysis.Solution
Public Function GetIsolatedSolution () As Solution
- Attributes
.NET feedback
.NET is an open source project. Select a link to provide feedback: