9 references to ClearIfExists
NuGet.Commands (9)
RestoreCommand\Utility\LockFileUtils.cs (9)
965ClearIfExists(items, static path => new LockFileRuntimeTarget(path)); 1039ClearIfExists(lockFileLib.RuntimeAssemblies, static path => new LockFileItem(path)); 1046ClearIfExists(lockFileLib.CompileTimeAssemblies, static path => new LockFileItem(path)); 1047ClearIfExists(lockFileLib.EmbedAssemblies, static path => new LockFileItem(path)); 1052ClearIfExists(lockFileLib.NativeLibraries, static path => new LockFileItem(path)); 1067ClearIfExists(lockFileLib.Build, static path => new LockFileItem(path)); 1068ClearIfExists(lockFileLib.BuildMultiTargeting, static path => new LockFileItem(path)); 1075ClearIfExists(lockFileLib.Build, static path => new LockFileItem(path)); 1076ClearIfExists(lockFileLib.BuildMultiTargeting, static path => new LockFileItem(path));