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