9 references to GetTargetAndThrowIfNotFound
Microsoft.NET.Build.Tasks (9)
CheckForTargetInAssetsFile.cs (1)
25
lockFile.
GetTargetAndThrowIfNotFound
(TargetFramework, RuntimeIdentifier);
LockFileExtensions.cs (1)
84
var lockFileTarget = lockFile.
GetTargetAndThrowIfNotFound
(frameworkAlias, runtime);
ProjectContext.cs (1)
82
CompilationLockFileTarget = lockFile.
GetTargetAndThrowIfNotFound
(frameworkAlias, null);
ResolvePackageAssets.cs (6)
756
_compileTimeTarget = _lockFile.
GetTargetAndThrowIfNotFound
(_targetFramework, runtimeIdentifier: null);
757
_runtimeTarget = _lockFile.
GetTargetAndThrowIfNotFound
(_targetFramework, runtimeIdentifier: _task.EffectiveRuntimeIdentifier);
1389
runtimeTarget = _lockFile.
GetTargetAndThrowIfNotFound
(_targetFramework, runtimeIdentifier);
1415
var targetFramework = _lockFile.
GetTargetAndThrowIfNotFound
(_targetFramework, null).TargetFramework;
1648
var tfm = _lockFile.
GetTargetAndThrowIfNotFound
(_targetFramework, null).TargetFramework;
1665
var tfm = _lockFile.
GetTargetAndThrowIfNotFound
(_targetFramework, null).TargetFramework;