3 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
"/>.
117
case SharingPolicy.
SharedSDKCache
:
125
EvaluationContext context = new EvaluationContext(Policy, fileSystem: null, sdkResolverService: Policy == SharingPolicy.
SharedSDKCache
? SdkResolverService : null)