9 references to Create
dotnet (5)
Commands\Test\MTP\MSBuildUtility.cs (3)
77var evaluationContext = EvaluationContext.Create(EvaluationContext.SharingPolicy.Shared); 118var evaluationContext = EvaluationContext.Create(EvaluationContext.SharingPolicy.Shared); 232var evaluationContext = EvaluationContext.Create(EvaluationContext.SharingPolicy.Shared);
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
486evaluationContext ??= EvaluationContext.Create(EvaluationContext.SharingPolicy.Shared);
ReleasePropertyProjectLocator.cs (1)
67EvaluationContext evaluationContext = EvaluationContext.Create(EvaluationContext.SharingPolicy.Shared);
Microsoft.Build (3)
Definition\Project.cs (1)
3596evaluationContext = 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);