2 writes to SDKType
Microsoft.Build.Tasks.Core (2)
ResolveSDKReference.cs (2)
1122SDKType = _sdkManifest.SDKType; 1127SDKType = sdkType;
4 references to SDKType
Microsoft.Build.Tasks.Core (4)
ResolveSDKReference.cs (4)
1449if (SDKType != SDKType.Unspecified) 1451ResolvedItem.SetMetadata(SDKManifest.Attributes.SDKType, SDKType.ToString()); 1460bool frameworkSDK = SDKType == SDKType.Framework || !String.IsNullOrEmpty(FrameworkIdentity); 1461bool hasPlatformIdentity = SDKType == SDKType.Platform || !String.IsNullOrEmpty(PlatformIdentity);