17 references to SharedSDKCache
Microsoft.Build (3)
Evaluation\Context\EvaluationContext.cs (3)
90/// The method throws if a file system is used with <see cref="SharingPolicy.Isolated"/> or <see cref="SharingPolicy.SharedSDKCache"/>. 117case SharingPolicy.SharedSDKCache: 125EvaluationContext context = new EvaluationContext(Policy, fileSystem: null, sdkResolverService: Policy == SharingPolicy.SharedSDKCache ? SdkResolverService : null)
Microsoft.Build.Engine.UnitTests (14)
Definition\ProjectEvaluationContext_Tests.cs (14)
59[InlineData(EvaluationContext.SharingPolicy.SharedSDKCache)] 80case EvaluationContext.SharingPolicy.SharedSDKCache: 131[InlineData(EvaluationContext.SharingPolicy.SharedSDKCache)] 193[InlineData(EvaluationContext.SharingPolicy.SharedSDKCache)] 231[InlineData(EvaluationContext.SharingPolicy.SharedSDKCache)] 279[InlineData(EvaluationContext.SharingPolicy.SharedSDKCache, 1, 1)] 336foreach (var policy in new[] { EvaluationContext.SharingPolicy.SharedSDKCache, EvaluationContext.SharingPolicy.Isolated }) 410foreach (var policy in new[] { EvaluationContext.SharingPolicy.SharedSDKCache, EvaluationContext.SharingPolicy.Isolated }) 796[InlineData(EvaluationContext.SharingPolicy.SharedSDKCache)] 832case EvaluationContext.SharingPolicy.SharedSDKCache: 845[InlineData(EvaluationContext.SharingPolicy.SharedSDKCache)] 878case EvaluationContext.SharingPolicy.SharedSDKCache: 901[InlineData(EvaluationContext.SharingPolicy.SharedSDKCache)] 934case EvaluationContext.SharingPolicy.SharedSDKCache: