9 references to Create
dotnet (5)
Commands\Test\MTP\MSBuildUtility.cs (3)
74var evaluationContext = EvaluationContext.Create(EvaluationContext.SharingPolicy.Shared); 109var evaluationContext = EvaluationContext.Create(EvaluationContext.SharingPolicy.Shared); 176var evaluationContext = EvaluationContext.Create(EvaluationContext.SharingPolicy.Shared);
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
432evaluationContext ??= EvaluationContext.Create(EvaluationContext.SharingPolicy.Shared);
ReleasePropertyProjectLocator.cs (1)
67EvaluationContext evaluationContext = EvaluationContext.Create(EvaluationContext.SharingPolicy.Shared);
Microsoft.Build (3)
Definition\Project.cs (1)
3766evaluationContext = evaluationContext?.ContextForNewProject() ?? EvaluationContext.Create(EvaluationContext.SharingPolicy.Isolated);
Graph\ProjectGraph.cs (1)
458_evaluationContext = EvaluationContext.Create(EvaluationContext.SharingPolicy.Shared);
Instance\ProjectInstance.cs (1)
3343evaluationContext = evaluationContext?.ContextForNewProject() ?? EvaluationContext.Create(EvaluationContext.SharingPolicy.Isolated);
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
1303EvaluationContext evaluationContext = EvaluationContext.Create(EvaluationContext.SharingPolicy.Shared);