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