5 references to GetTargetAndReturnNullIfNotFound
Microsoft.NET.Build.Tasks (5)
LockFileExtensions.cs (1)
30
LockFileTarget lockFileTarget = lockFile.
GetTargetAndReturnNullIfNotFound
(frameworkAlias, runtimeIdentifier);
ResolvePackageAssets.cs (4)
741
_compileTimeTarget = _lockFile.
GetTargetAndReturnNullIfNotFound
(_targetFramework, runtimeIdentifier: null);
742
_runtimeTarget = _lockFile.
GetTargetAndReturnNullIfNotFound
(_targetFramework, runtimeIdentifier: _task.EffectiveRuntimeIdentifier);
1385
runtimeTarget = _lockFile.
GetTargetAndReturnNullIfNotFound
(_targetFramework, runtimeIdentifier) ?? new LockFileTarget();
1744
_lockFile.GetLockFileTargetAlias(_lockFile.
GetTargetAndReturnNullIfNotFound
(_targetFramework, null))))