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