2 writes to _targetPlatformIdentifier
Microsoft.Build.Tasks.Core (2)
ResolveSDKReference.cs (2)
153
_targetPlatformIdentifier
??= String.Empty;
157
set =>
_targetPlatformIdentifier
= value;
1 reference to _targetPlatformIdentifier
Microsoft.Build.Tasks.Core (1)
ResolveSDKReference.cs (1)
154
return
_targetPlatformIdentifier
;