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