2 writes to SDKType
Microsoft.Build.Tasks.Core (2)
ResolveSDKReference.cs (2)
1118SDKType = _sdkManifest.SDKType; 1123SDKType = sdkType;
4 references to SDKType
Microsoft.Build.Tasks.Core (4)
ResolveSDKReference.cs (4)
1445if (SDKType != SDKType.Unspecified) 1447ResolvedItem.SetMetadata(SDKManifest.Attributes.SDKType, SDKType.ToString()); 1456bool frameworkSDK = SDKType == SDKType.Framework || !String.IsNullOrEmpty(FrameworkIdentity); 1457bool hasPlatformIdentity = SDKType == SDKType.Platform || !String.IsNullOrEmpty(PlatformIdentity);